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

Scoop doesn't record crashes for com.instagram.android. #87

Open
RokeJulianLockhart opened this issue Sep 16, 2024 · 0 comments
Open

Scoop doesn't record crashes for com.instagram.android. #87

RokeJulianLockhart opened this issue Sep 16, 2024 · 0 comments

Comments

@RokeJulianLockhart
Copy link

RokeJulianLockhart commented Sep 16, 2024

Errata

this Reddit post explains undermentioned demonstrates:

Question

How do I report a bug to Instagram? I ask because although this is usually a trivial affair - I search for the project name, then locate its issue tracker, register, and file a ticket - Instagram doesn't even appear to have a way to contact a support team, much less report bugs.

Errata

I have diagnosed a crash for my Fairphone 5, as undermentioned:

  1. In one shell:

    adb logcat --buffer=crash # [Citation](https://stackoverflow.com/revisions/46932133/2#:~:text=from%20the%20console:-,adb%20logcat%20%2D%2Dbuffer=crash,-More%20info%20on)
  2. In another (parallel) shell:

    adb shell monkey -p your.app.package.name 1 # [Citation](https://stackoverflow.com/revisions/68461795/2#:~:text=adb%20shell%20monkey%20%2Dp%20your.app.package.name%201)

    Alternatively, open it from your device's launcher GUI.

  3. 09-16 13:27:51.862 14726 15056 F libc    : Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 15056 (DatabaseContext), pid 14726 (stagram.android)
    09-16 13:27:52.210 15079 15079 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
    09-16 13:27:52.210 15079 15079 F DEBUG   : Build fingerprint: 'Fairphone/FP5/FP5:14/UKQ1.230924.001/UT27:user/release-keys'
    09-16 13:27:52.210 15079 15079 F DEBUG   : Revision: '0'
    09-16 13:27:52.210 15079 15079 F DEBUG   : ABI: 'arm64'
    09-16 13:27:52.210 15079 15079 F DEBUG   : Timestamp: 2024-09-16 13:27:51.992976889+0100
    09-16 13:27:52.210 15079 15079 F DEBUG   : Process uptime: 5s
    09-16 13:27:52.210 15079 15079 F DEBUG   : Cmdline: com.instagram.android
    09-16 13:27:52.210 15079 15079 F DEBUG   : pid: 14726, tid: 15056, name: DatabaseContext  >>> com.instagram.android <<<
    09-16 13:27:52.210 15079 15079 F DEBUG   : uid: 10250
    09-16 13:27:52.210 15079 15079 F DEBUG   : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
    09-16 13:27:52.210 15079 15079 F DEBUG   : Abort message: 'java.lang.ClassNotFoundException: com.facebook.msys.mcp.applicationinfoplugin.MsysApplicationInfoPluginSessionless
    09-16 13:27:52.210 15079 15079 F DEBUG   :      at com.facebook.msys.mci.Execution.nativeStartExecutor(Native Method)
    09-16 13:27:52.210 15079 15079 F DEBUG   :      at X.8Cr.run(:59)
    09-16 13:27:52.210 15079 15079 F DEBUG   :      at java.lang.Thread.run(Thread.java:1012)'
    09-16 13:27:52.210 15079 15079 F DEBUG   :     x0  0000000000000000  x1  0000000000003ad0  x2  0000000000000006  x3  000000737bc9c101
    09-16 13:27:52.210 15079 15079 F DEBUG   :     x4  0000000000000008  x5  b3fffffee4372818  x6  6d6e68736f646277  x7  7f7f7f7f7f7f7f7f
    09-16 13:27:52.210 15079 15079 F DEBUG   :     x8  0000000000000083  x9  0000000000000000  x10 0000000000000160  x11 0000000000000009
    09-16 13:27:52.210 15079 15079 F DEBUG   :     x12 000000000000ba91  x13 000000001428c688  x14 0000006f3b4b2320  x15 0000007388d072ec
    09-16 13:27:52.210 15079 15079 F DEBUG   :     x16 0000006fe1c24868  x17 0000007388d0b5a8  x18 0000006f39c0a000  x19 0000000000003986
    09-16 13:27:52.210 15079 15079 F DEBUG   :     x20 0000006fe1c98000  x21 b40000713000d400  x22 0000000000000002  x23 b40000726003d0f0
    09-16 13:27:52.210 15079 15079 F DEBUG   :     x24 b4000070c00f0f10  x25 0000000000000000  x26 0000000000000000  x27 0000006f3b4b42a8
    09-16 13:27:52.210 15079 15079 F DEBUG   :     x28 b4000071e00621f0  x29 0000000000000000
    09-16 13:27:52.210 15079 15079 F DEBUG   :     lr  0000006fcdd1db00  sp  0000006f3b4b3bd0  pc  0000006fcdd1dbcc  pst 0000000000001000
    09-16 13:27:52.210 15079 15079 F DEBUG   : 33 total frames
    09-16 13:27:52.210 15079 15079 F DEBUG   : backtrace:
    09-16 13:27:52.210 15079 15079 F DEBUG   :   NOTE: Function names and BuildId information is missing for some frames due
    09-16 13:27:52.210 15079 15079 F DEBUG   :   NOTE: to unreadable libraries. For unwinds of apps, only shared libraries
    09-16 13:27:52.210 15079 15079 F DEBUG   :   NOTE: found under the lib/ directory are readable.
    09-16 13:27:52.210 15079 15079 F DEBUG   :   NOTE: On this device, run setenforce 0 to make the libraries readable.
    09-16 13:27:52.210 15079 15079 F DEBUG   :   NOTE: Unreadable libraries:
    09-16 13:27:52.210 15079 15079 F DEBUG   :   NOTE:   /data/data/com.instagram.android/lib-compressed/libaborthooks.so
    09-16 13:27:52.210 15079 15079 F DEBUG   :   NOTE:   /data/data/com.instagram.android/lib-compressed/libmsysxplatmerged.so
    09-16 13:27:52.210 15079 15079 F DEBUG   :   NOTE:   /data/data/com.instagram.android/lib-compressed/libquic.so
    09-16 13:27:52.210 15079 15079 F DEBUG   :       #00 pc 0000000000002bcc  /data/data/com.instagram.android/lib-compressed/libaborthooks.so
    09-16 13:27:52.210 15079 15079 F DEBUG   :       #01 pc 0000000000002afc  /data/data/com.instagram.android/lib-compressed/libaborthooks.so
    09-16 13:27:52.210 15079 15079 F DEBUG   :       #02 pc 00000000000174a4  /data/app/~~6sbk2mjJFjI6j4DWtB_j4A==/com.instagram.android-GlRQulDBR3eueN2kS8FgRQ==/lib/arm64/libbreakpad.so (abortWithReason_JNI_OnLoad+64) (BuildId: 01bccca1bda5af2fadf0be6a72248266d3a2d3c6)
    09-16 13:27:52.210 15079 15079 F DEBUG   :       #03 pc 00000000001657fc  /data/data/com.instagram.android/lib-compressed/libquic.so
    09-16 13:27:52.210 15079 15079 F DEBUG   :       #04 pc 00000000000a32a0  /data/data/com.instagram.android/lib-compressed/libquic.so
    09-16 13:27:52.210 15079 15079 F DEBUG   :       #05 pc 00000000000a9b44  /data/data/com.instagram.android/lib-compressed/libquic.so
    09-16 13:27:52.210 15079 15079 F DEBUG   :       #06 pc 00000000000a9ad0  /data/data/com.instagram.android/lib-compressed/libquic.so
    09-16 13:27:52.210 15079 15079 F DEBUG   :       #07 pc 0000000000594a1c  /data/data/com.instagram.android/lib-compressed/libmsysxplatmerged.so
    09-16 13:27:52.210 15079 15079 F DEBUG   :       #08 pc 0000000000594960  /data/data/com.instagram.android/lib-compressed/libmsysxplatmerged.so
    09-16 13:27:52.210 15079 15079 F DEBUG   :       #09 pc 0000000000594748  /data/data/com.instagram.android/lib-compressed/libmsysxplatmerged.so
    09-16 13:27:52.210 15079 15079 F DEBUG   :       #10 pc 00000000001a3bc4  /data/data/com.instagram.android/lib-compressed/libquic.so
    09-16 13:27:52.210 15079 15079 F DEBUG   :       #11 pc 000000000042edfc  /data/data/com.instagram.android/lib-compressed/libmsysxplatmerged.so
    09-16 13:27:52.210 15079 15079 F DEBUG   :       #12 pc 00000000004170cc  /data/data/com.instagram.android/lib-compressed/libmsysxplatmerged.so
    09-16 13:27:52.210 15079 15079 F DEBUG   :       #13 pc 0000000000401414  /data/data/com.instagram.android/lib-compressed/libmsysxplatmerged.so
    09-16 13:27:52.210 15079 15079 F DEBUG   :       #14 pc 0000000000400f40  /data/data/com.instagram.android/lib-compressed/libmsysxplatmerged.so
    09-16 13:27:52.210 15079 15079 F DEBUG   :       #15 pc 0000000000400c08  /data/data/com.instagram.android/lib-compressed/libmsysxplatmerged.so
    09-16 13:27:52.210 15079 15079 F DEBUG   :       #16 pc 0000000000425b08  /data/data/com.instagram.android/lib-compressed/libmsysxplatmerged.so
    09-16 13:27:52.210 15079 15079 F DEBUG   :       #17 pc 000000000016d6e0  /data/data/com.instagram.android/lib-compressed/libquic.so
    09-16 13:27:52.210 15079 15079 F DEBUG   :       #18 pc 0000000000425928  /data/data/com.instagram.android/lib-compressed/libmsysxplatmerged.so
    09-16 13:27:52.210 15079 15079 F DEBUG   :       #19 pc 0000000000400378  /data/data/com.instagram.android/lib-compressed/libmsysxplatmerged.so
    09-16 13:27:52.210 15079 15079 F DEBUG   :       #20 pc 00000000001a2140  /data/data/com.instagram.android/lib-compressed/libquic.so
    09-16 13:27:52.210 15079 15079 F DEBUG   :       #21 pc 00000000003ff020  /data/data/com.instagram.android/lib-compressed/libmsysxplatmerged.so
    09-16 13:27:52.210 15079 15079 F DEBUG   :       #22 pc 000000000016dc9c  /data/data/com.instagram.android/lib-compressed/libquic.so
    09-16 13:27:52.210 15079 15079 F DEBUG   :       #23 pc 0000000000162c60  /data/data/com.instagram.android/lib-compressed/libquic.so
    09-16 13:27:52.210 15079 15079 F DEBUG   :       #24 pc 000000000016322c  /data/data/com.instagram.android/lib-compressed/libquic.so
    09-16 13:27:52.210 15079 15079 F DEBUG   :       #25 pc 0000000000b021a4  /data/app/~~6sbk2mjJFjI6j4DWtB_j4A==/com.instagram.android-GlRQulDBR3eueN2kS8FgRQ==/oat/arm64/base.odex (art_jni_trampoline+116)
    09-16 13:27:52.210 15079 15079 F DEBUG   :       #26 pc 0000000002806ba0  /data/app/~~6sbk2mjJFjI6j4DWtB_j4A==/com.instagram.android-GlRQulDBR3eueN2kS8FgRQ==/oat/arm64/base.odex (X.8Cr.run+656)
    09-16 13:27:52.210 15079 15079 F DEBUG   :       #27 pc 00000000004074d8  /data/misc/apexdata/com.android.art/dalvik-cache/arm64/boot.oat (java.lang.Thread.run+72)
    09-16 13:27:52.210 15079 15079 F DEBUG   :       #28 pc 000000000033a7a4  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
    09-16 13:27:52.210 15079 15079 F DEBUG   :       #29 pc 000000000023a01c  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+144) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
    09-16 13:27:52.210 15079 15079 F DEBUG   :       #30 pc 0000000000539108  /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback(void*)+1600) (BuildId: 2452917c4ff69cbb6e75e5512260946b)
    09-16 13:27:52.210 15079 15079 F DEBUG   :       #31 pc 00000000000c3644  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+208) (BuildId: 50118287324a156bc7be11d3d940c7be)
    09-16 13:27:52.210 15079 15079 F DEBUG   :       #32 pc 000000000005cfa4  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+68) (BuildId: 50118287324a156bc7be11d3d940c7be)
    

Alternatives

  1. This Reddit post provides a URI to an evidently unmaintained form that allows a user to technically submit a report, but without any indication of it being recorded, accessible to the submitter, and receiving a response.

...Scoop isn't recording crashes for com.instagram.android.

Environment

As undermentioned, in another issue:

Android device name:

cpe:/h:fairphone:fairphone_5

Android OS version:

  1. adb shell getprop | grep -e 'ro.build.display.id' # https://stackoverflow.com/revisions/21099766/1#:~:text=parameters%20just%20type:-,adb%20shell%20getprop,-answered%20Jan%2013%2C
  2. [ro.build.display.id]: [FP5.UT27.B.059.20240809]
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant