Skip to content

Fatal Exception: android.util.SuperNotCalledException: Activity {my.app.package/com.proyecto26.inappbrowser.ChromeTabsManagerActivity} did not call through to super.onDestroy() #42

@anmaitrannguyen

Description

@anmaitrannguyen

Make sure to check the demo app(s) for sample usage

Make sure to check the existing issues in this repository

If the demo apps cannot help and there is no issue for your problem, tell us about it

This error is happen on Android 10:

Fatal Exception: android.util.SuperNotCalledException: Activity {my.app.package/com.proyecto26.inappbrowser.ChromeTabsManagerActivity} did not call through to super.onDestroy()
       at android.app.ActivityThread.performDestroyActivity(ActivityThread.java:5314)
       at android.app.ActivityThread.handleDestroyActivity(ActivityThread.java:5360)
       at android.app.servertransaction.DestroyActivityItem.execute(DestroyActivityItem.java:44)
       at android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:176)
       at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:97)
       at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2216)
       at android.os.Handler.dispatchMessage(Handler.java:107)
       at android.os.Looper.loop(Looper.java:237)
       at android.app.ActivityThread.main(ActivityThread.java:7948)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1075)

I think that we have to include this line:


On this line, I think we have to call the super.onDestroy() on the first line (Line 66) to prevent this issues.

Which platform(s) does your issue occur on?

  • Android
  • Android 10.0
  • Device

Is there any code involved?

Metadata

Metadata

Assignees

Labels

help wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions