更新基础类库和菜单

This commit is contained in:
2025-12-04 20:12:27 +08:00
parent 7b532adb2c
commit f481a4807f
5 changed files with 7 additions and 11 deletions

View File

@@ -57,6 +57,7 @@ public class App extends GlobalApplication {
@Override
public void onCreate() {
super.onCreate();
setIsDebugging(BuildConfig.DEBUG);
//WinBoLLActivityManager.init(this);

View File

@@ -76,7 +76,7 @@ public class WinBoLLUnitTestActivity extends AppCompatActivity {
public void onPreviewGlobalCrashActivity(View view) {
Intent intent = new Intent(this, GlobalCrashActivity.class);
intent.putExtra(CrashHandler.EXTRA_CRASH_INFO, "Demo log...");
intent.putExtra(CrashHandler.EXTRA_CRASH_LOG, "Demo log...");
startActivity(intent);
}

View File

@@ -3,10 +3,5 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/item_home"
android:title="HOME"
android:icon="@drawable/ic_winboll"/>
<item
android:id="@+id/item_log"
android:title="LOG"
android:icon="@drawable/ic_winboll_log"/>
android:title="HOME"/>
</menu>