You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- initial work on UNTESTED ksu support
- prepare for play release
- don't try to get magisk path if no root
- remove debug logging entirely on release builds
- if we set an if condition to a constant falsey value, r8 is nice enough to remove it for us
- more that i really don't care to document
Signed-off-by: androidacy-user <opensource@androidacy.com>
@@ -71,7 +71,7 @@ class CrashHandler : FoxActivity() {
71
71
val submit = findViewById<View>(R.id.feedback_submit)
72
72
if (lastEventId.isNullOrEmpty() && crashReportingEnabled) {
73
73
// if lastEventId is null, hide the feedback button
74
-
Timber.d("CrashHandler.onCreate: lastEventId is null but crash reporting is enabled. This may indicate a bug in the crash reporting system.")
74
+
if (BuildConfig.DEBUG) Timber.d("CrashHandler.onCreate: lastEventId is null but crash reporting is enabled. This may indicate a bug in the crash reporting system.")
0 commit comments