Comment by 0perspective on 01/03/2020 at 18:23 UTC

1 upvotes, 2 direct replies (showing 2)

View submission: Mobile community settings, appearance options and governance tools roadmap

View parent comment

Will send this along to the right folks to look at. Any particular steps (e.g. click user name or something) seem to alwasy trigger the crash?

Replies

Comment by [deleted] at 01/03/2020 at 18:25 UTC

1 upvotes, 0 direct replies

In mod tools when I click it the whole app crashes.

Maybe through adb I might be able to log how and why the app crashed.

Comment by [deleted] at 01/03/2020 at 21:20 UTC

1 upvotes, 0 direct replies

I was able to get log of crash. I have sent developers the crash report but if you are interested here is the cause of crash

`03-01 15:54:18.734 400 400 E AndroidRuntime: FATAL EXCEPTION: main`

`03-01 15:54:18.734 400 400 E AndroidRuntime: Process: com.reddit.frontpage, PID: 400`

`03-01 15:54:18.734 400 400 E AndroidRuntime: java.lang.IllegalArgumentException: Parameter specified as non-null is null: method com.reddit.frontpage.ui.LegacyModMailScreen$a.a, parameter keyColor`

`03-01 15:54:18.734 400 400 E AndroidRuntime: at com.reddit.frontpage.ui.LegacyModMailScreen$a.a(LegacyModMailScreen.kt:2)`

`03-01 15:54:18.734 400 400 E AndroidRuntime: at com.reddit.frontpage.presentation.modtools.actions.ModToolsActionsScreen.a(ModToolsActionsScreen.kt:58)`

`03-01 15:54:18.734 400 400 E AndroidRuntime: at com.reddit.frontpage.presentation.modtools.actions.ModToolsActionsScreen$b.invoke(ModToolsActionsScreen.kt:3)`

`03-01 15:54:18.734 400 400 E AndroidRuntime: at f.a.a.a.h.f.d.onClick(ModToolsActionsAdapter.kt:3)`

`03-01 15:54:18.734 400 400 E AndroidRuntime: at android.view.View.performClick(``View.java:7342`[1]`)`

1: https://View.java:7342

`03-01 15:54:18.734 400 400 E AndroidRuntime: at android.widget.TextView.performClick(``TextView.java:14279`[2]`)`

2: https://TextView.java:14279

`03-01 15:54:18.734 400 400 E AndroidRuntime: at android.view.View.performClickInternal(``View.java:7308`[3]`)`

3: https://View.java:7308

`03-01 15:54:18.734 400 400 E AndroidRuntime: at android.view.View.access$3200(``View.java:846`[4]`)`

4: https://View.java:846

`03-01 15:54:18.734 400 400 E AndroidRuntime: at` `android.view.View$PerformClick.run`[5]`(``View.java:27797`[6]`)`

5: https://android.view.View%24PerformClick.run

6: https://View.java:27797

`03-01 15:54:18.734 400 400 E AndroidRuntime: at android.os.Handler.handleCallback(``Handler.java:873`[7]`)`

7: https://Handler.java:873

`03-01 15:54:18.734 400 400 E AndroidRuntime: at android.os.Handler.dispatchMessage(``Handler.java:99`[8]`)`

8: https://Handler.java:99

`03-01 15:54:18.734 400 400 E AndroidRuntime: at android.os.Looper.loop(``Looper.java:214`[9]`)`

9: https://Looper.java:214

`03-01 15:54:18.734 400 400 E AndroidRuntime: at android.app.ActivityThread.main(``ActivityThread.java:7124`[10]`)`

10: https://ActivityThread.java:7124

`03-01 15:54:18.734 400 400 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)`

`03-01 15:54:18.734 400 400 E AndroidRuntime: at` `com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run`[11]`(``RuntimeInit.java:494`[12]`)`

11: https://com.android.internal.os.RuntimeInit%24MethodAndArgsCaller.run

12: https://RuntimeInit.java:494

`03-01 15:54:18.734 400 400 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(``ZygoteInit.java:975`[13]`)`

13: https://ZygoteInit.java:975