Skip to content

bug(android): exact test APK hits ANR on emulator startup after live chart MVP #199

Description

@xodapi

Summary

Exact smoke-testing of the latest successful Android Test APK artifact reproduces an Android ANR immediately after startup on the emulator.

Repro artifact

Environment

  • Emulator: Medium Phone API 36.1
  • Serial: emulator-5554
  • Tooling: agent-device 0.18.3, adb 36.0.2

Steps to reproduce

  1. Uninstall any existing pro.vibemod.vimit from the emulator.
  2. Install vimit.apk from artifact vimit-android-test-apk.
  3. Run agent-device open "Vimit" --platform android --json.
  4. Run agent-device snapshot -i --platform android --json.

Actual result

  • App opens into android.app.NativeActivity, but agent-device snapshot sees only the system ANR dialog with buttons Close app and Wait.
  • agent-device appstate --platform android --json still reports package pro.vibemod.vimit / activity android.app.NativeActivity.
  • App-specific logcat shows severe main-thread stalls after startup, including:
    • Skipped 1358 frames! The application may be doing too much work on its main thread.
    • Slow operation onPostResume since onResume, duration=3082

Expected result

Dashboard should become interactive without ANR so the smoke checklist can continue.

Notes

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

agentГотово к выполнению агентомbugSomething isn't workingzone:androidAndroid-specific build, permissions, bridge, APK

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions