Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Some NPEs from Google Play Console #4207

Closed
jesmrec opened this issue Nov 3, 2023 · 2 comments · Fixed by #4238
Closed

[BUG] Some NPEs from Google Play Console #4207

jesmrec opened this issue Nov 3, 2023 · 2 comments · Fixed by #4238
Assignees
Labels
Crash Estimation - 3 (M) p2-high Escalation, on top of current planning, release blocker
Milestone

Comments

@jesmrec
Copy link
Collaborator

jesmrec commented Nov 3, 2023

Some crashes coming from Google Play Console

Exception java.lang.NullPointerException:
  at com.owncloud.android.ui.activity.FileDisplayActivity.navigateTo (FileDisplayActivity.kt:1555)
  at com.owncloud.android.ui.activity.FileDisplayActivity.navigateTo$default (FileDisplayActivity.kt:1531)
  at com.owncloud.android.ui.activity.FileDisplayActivity.navigateToOption (FileDisplayActivity.kt:1582)
  at com.owncloud.android.ui.activity.DrawerActivity.bottomBarNavigationTo (DrawerActivity.kt:278)
  at com.owncloud.android.ui.activity.DrawerActivity.setupNavigationBottomBar$lambda$7 (DrawerActivity.kt:248)
  at com.owncloud.android.ui.activity.DrawerActivity.$r8$lambda$D_YMO0EvQvgnxMxwdaUwNHSdh-w
  at com.owncloud.android.ui.activity.DrawerActivity$$ExternalSyntheticLambda5.onNavigationItemSelected
  at com.google.android.material.navigation.NavigationBarView$1.onMenuItemSelected (NavigationBarView.java:291)
  at androidx.appcompat.view.menu.MenuBuilder.dispatchMenuItemSelected (MenuBuilder.java:836)
  at androidx.appcompat.view.menu.MenuItemImpl.invoke (MenuItemImpl.java:159)
  at androidx.appcompat.view.menu.MenuBuilder.performItemAction (MenuBuilder.java:987)
  at com.google.android.material.navigation.NavigationBarMenuView$1.onClick (NavigationBarMenuView.java:139)
  at android.view.View.performClick (View.java:7892)
  at android.view.View.performClickInternal (View.java:7869)
  at android.view.View.-$$Nest$mperformClickInternal
  at android.view.View$PerformClick.run (View.java:30891)
  at android.os.Handler.handleCallback (Handler.java:942)
  at android.os.Handler.dispatchMessage (Handler.java:99)
  at android.os.Looper.loopOnce (Looper.java:226)
  at android.os.Looper.loop (Looper.java:313)
  at android.app.ActivityThread.main (ActivityThread.java:8762)
  at java.lang.reflect.Method.invoke
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:604)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1067)
Exception java.lang.NullPointerException:
  at com.owncloud.android.ui.ReceiveExternalFilesViewModel.refreshFolderUseCase
  at com.owncloud.android.ui.activity.ReceiveExternalFilesActivity.startSyncFolderOperation (ReceiveExternalFilesActivity.java:528)
  at com.owncloud.android.ui.activity.ReceiveExternalFilesActivity.onBackPressed (ReceiveExternalFilesActivity.java:371)
  at com.owncloud.android.ui.activity.ReceiveExternalFilesActivity.onOptionsItemSelected (ReceiveExternalFilesActivity.java:684)
  at android.app.Activity.onMenuItemSelected (Activity.java:4532)
  at androidx.activity.ComponentActivity.onMenuItemSelected (ComponentActivity.java:514)
  at androidx.fragment.app.FragmentActivity.onMenuItemSelected (FragmentActivity.java:265)
  at androidx.appcompat.app.AppCompatActivity.onMenuItemSelected (AppCompatActivity.java:266)
  at androidx.appcompat.view.WindowCallbackWrapper.onMenuItemSelected (WindowCallbackWrapper.java:110)
  at androidx.appcompat.widget.ToolbarWidgetWrapper$1.onClick (ToolbarWidgetWrapper.java:188)
  at android.view.View.performClick (View.java:7892)
  at android.view.View.performClickInternal (View.java:7869)
  at android.view.View.-$$Nest$mperformClickInternal
  at android.view.View$PerformClick.run (View.java:30880)
  at android.os.Handler.handleCallback (Handler.java:942)
  at android.os.Handler.dispatchMessage (Handler.java:99)
  at android.os.Looper.loopOnce (Looper.java:226)
  at android.os.Looper.loop (Looper.java:313)
  at android.app.ActivityThread.main (ActivityThread.java:8757)
  at java.lang.reflect.Method.invoke
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:571)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1067)
@jesmrec jesmrec added Crash p2-high Escalation, on top of current planning, release blocker labels Nov 3, 2023
@jesmrec jesmrec added this to the 4.2 - Future milestone Nov 3, 2023
@Aitorbp Aitorbp linked a pull request Nov 29, 2023 that will close this issue
1 task
@jesmrec jesmrec added the Sprint label Dec 11, 2023
@jesmrec jesmrec reopened this Dec 14, 2023
@jesmrec
Copy link
Collaborator Author

jesmrec commented Dec 14, 2023

Please keep this open till we check there is no appearances of the problem in Google Play Console

@Aitorbp Aitorbp removed the Sprint label Jan 19, 2024
@jesmrec
Copy link
Collaborator Author

jesmrec commented Feb 19, 2024

No more appearances of this crash in Play Console. Let's close it.

@jesmrec jesmrec closed this as completed Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Crash Estimation - 3 (M) p2-high Escalation, on top of current planning, release blocker
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants