mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-19 13:00:12 -07:00
Reset log file upon launching MC or a .jar
This commit is contained in:
parent
5b728d051c
commit
a99e081f33
2 changed files with 2 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ public class BaseMainActivity extends BaseActivity {
|
|||
setContentView(resId);
|
||||
|
||||
try {
|
||||
Logger.getInstance().reset();
|
||||
// FIXME: is it safe fot multi thread?
|
||||
GLOBAL_CLIPBOARD = (ClipboardManager) getSystemService(CLIPBOARD_SERVICE);
|
||||
touchCharInput = findViewById(R.id.mainTouchCharInput);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue