mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-19 21:10:11 -07:00
Avoid leaking access token to log by filter it out
This commit is contained in:
parent
7ccb47d206
commit
546791d938
3 changed files with 18 additions and 5 deletions
|
|
@ -952,7 +952,7 @@ public class MainActivity extends LoggableActivity implements OnTouchListener, O
|
|||
// checkJavaArgsIsLaunchable();
|
||||
appendlnToLog("Info: Custom Java arguments: \"" + LauncherPreferences.PREF_CUSTOM_JAVA_ARGS + "\"");
|
||||
|
||||
JREUtils.redirectAndPrintJRELog(this);
|
||||
JREUtils.redirectAndPrintJRELog(this, mProfile.getAccessToken());
|
||||
Tools.launchMinecraft(this, mProfile, mVersionInfo);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue