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

SDK 45 Android App Crashing on Bundle Load #17339

Closed
Braden1996 opened this issue May 4, 2022 · 25 comments
Closed

SDK 45 Android App Crashing on Bundle Load #17339

Braden1996 opened this issue May 4, 2022 · 25 comments

Comments

@Braden1996
Copy link

Summary

I am upgrading my project to Expo SDK 45 beta v9 and have gotten things working on iOS. However, for Android, my app is able to build but when the bundle loads in the installed development client the app crashes. When attaching to the Android Studio debugger, nothing seems to be caught or captured. In Flipper, there are a bunch of mysterious errors and logs (see here https://cdn.discordapp.com/attachments/695411232856997971/971463342390648912/unknown.png)

The project is bare, but ios and android directories are generated via Expo w/ one minor config plugin.

Managed or bare workflow? If you have ios/ or android/ directories in your project, the answer is bare!

bare

What platform(s) does this occur on?

Android

SDK Version (managed workflow only)

45

Environment

expo-env-info 1.0.3 environment info:
System:
OS: macOS 12.1
Shell: 5.8 - /bin/zsh
Binaries:
Node: 16.4.2 - ~/Library/Caches/fnm_multishells/72659_1651686938759/bin/node
Yarn: 3.0.1 - /opt/homebrew/bin/yarn
npm: 7.18.1 - ~/Library/Caches/fnm_multishells/72659_1651686938759/bin/npm
Watchman: 2022.03.21.00 - /opt/homebrew/bin/watchman
Managers:
CocoaPods: 1.11.3 - /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 21.4, iOS 15.4, macOS 12.3, tvOS 15.4, watchOS 8.5
Android SDK:
API Levels: 28, 30, 31
Build Tools: 29.0.2, 30.0.2, 30.0.3, 31.0.0
System Images: android-31 | Google APIs ARM 64 v8a
IDEs:
Android Studio: 2020.3 AI-203.7717.56.2031.7935034
Xcode: 13.3.1/13E500a - /usr/bin/xcodebuild
npmGlobalPackages:
eas-cli: 0.52.0
expo-cli: 5.4.3
Expo Workflow: bare

Reproducible demo

https://github.com/Braden1996/expo-45-issue

@Braden1996 Braden1996 added the needs validation Issue needs to be validated label May 4, 2022
@byCedric
Copy link
Member

byCedric commented May 5, 2022

Hi @Braden1996! The repo you provided seems to work on my Android phone, so I'm not sure what's going on. I did spot some issues for monorepos in the metro.config.js, namely this part.

Other than that I can't repro any issues here. Can you provide another repo where this issue might occur?

@byCedric byCedric added needs repro and removed needs validation Issue needs to be validated labels May 5, 2022
@Braden1996
Copy link
Author

Braden1996 commented May 5, 2022

Hi @Braden1996! The repo you provided seems to work on my Android phone, so I'm not sure what's going on. I did spot some issues for monorepos in the metro.config.js, namely this part.

Other than that I can't repro any issues here. Can you provide another repo where this issue might occur?

Hey @byCedric, thanks for the response. I'll be sure to implement those additional monorepo steps - in my main project we have a lot more going on, but I simplified it here.

I can reproduce this crash consistently every time in the linked repo. Can you recommend any steps I can do to trouble shoot what is going wrong?
https://user-images.githubusercontent.com/5165963/166935526-77d54d3e-adb5-4e0c-bdbe-e6f069468cf6.mp4

I am unable to get anything attaching with the Android Studio debugger, but can get some messages from flipper:

Click to expand

[
  {
    "tag": "TaplEvents",
    "pid": 1077,
    "tid": 1077,
    "message": "Main / Touch event: MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=628.9563, y[0]=712.923, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=1853290, downTime=1853290, deviceId=5, source=0x5002, displayId=0, eventId=703231330 }",
    "date": "2022-05-05T13:41:07.845Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "EGL_emulation",
    "pid": 1077,
    "tid": 1728,
    "message": "app_time_stats: avg=91.17ms min=1.98ms max=1435.84ms count=17",
    "date": "2022-05-05T13:41:07.918Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "TaplEvents",
    "pid": 1077,
    "tid": 1077,
    "message": "Main / Touch event: MotionEvent { action=ACTION_UP, actionButton=0, id[0]=0, x[0]=536.9678, y[0]=21.950684, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=1853445, downTime=1853290, deviceId=5, source=0x5002, displayId=0, eventId=658861160 }",
    "date": "2022-05-05T13:41:08.000Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "flipper",
    "pid": 7867,
    "tid": 7867,
    "message": "flipper: FlipperClient::addPlugin Inspector",
    "date": "2022-05-05T13:41:09.371Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "flipper",
    "pid": 7867,
    "tid": 7867,
    "message": "flipper: FlipperClient::addPlugin React",
    "date": "2022-05-05T13:41:09.371Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "flipper",
    "pid": 7867,
    "tid": 7867,
    "message": "flipper: FlipperClient::addPlugin Databases",
    "date": "2022-05-05T13:41:09.372Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "flipper",
    "pid": 7867,
    "tid": 7867,
    "message": "flipper: FlipperClient::addPlugin Preferences",
    "date": "2022-05-05T13:41:09.373Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "flipper",
    "pid": 7867,
    "tid": 7867,
    "message": "flipper: FlipperClient::addPlugin CrashReporter",
    "date": "2022-05-05T13:41:09.373Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "validateDisplay: layer 70 CompositionType 1, fallback",
    "date": "2022-05-05T13:41:09.378Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "presentDisplay display has no layers to compose, flushing client target buffer.",
    "date": "2022-05-05T13:41:09.380Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "flipper",
    "pid": 7867,
    "tid": 7867,
    "message": "flipper: FlipperClient::addPlugin Network",
    "date": "2022-05-05T13:41:09.383Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "validateDisplay: layer 70 CompositionType 1, fallback",
    "date": "2022-05-05T13:41:09.394Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "presentDisplay display has no layers to compose, flushing client target buffer.",
    "date": "2022-05-05T13:41:09.397Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "EGL_emulation",
    "pid": 772,
    "tid": 870,
    "message": "app_time_stats: avg=194.20ms min=11.73ms max=1611.49ms count=9",
    "date": "2022-05-05T13:41:08.016Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "validateDisplay: layer 70 CompositionType 1, fallback",
    "date": "2022-05-05T13:41:09.411Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "presentDisplay display has no layers to compose, flushing client target buffer.",
    "date": "2022-05-05T13:41:09.414Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "validateDisplay: layer 70 CompositionType 1, fallback",
    "date": "2022-05-05T13:41:09.428Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "presentDisplay display has no layers to compose, flushing client target buffer.",
    "date": "2022-05-05T13:41:09.429Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "validateDisplay: layer 70 CompositionType 1, fallback",
    "date": "2022-05-05T13:41:09.444Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "presentDisplay display has no layers to compose, flushing client target buffer.",
    "date": "2022-05-05T13:41:09.446Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "System.err",
    "pid": 7867,
    "tid": 7888,
    "message": "SLF4J: Failed to load class \"org.slf4j.impl.StaticLoggerBinder\".",
    "date": "2022-05-05T13:41:09.453Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "validateDisplay: layer 70 CompositionType 1, fallback",
    "date": "2022-05-05T13:41:09.461Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "presentDisplay display has no layers to compose, flushing client target buffer.",
    "date": "2022-05-05T13:41:09.463Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "validateDisplay: layer 70 CompositionType 1, fallback",
    "date": "2022-05-05T13:41:09.477Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "EGL_emulation",
    "pid": 772,
    "tid": 870,
    "message": "app_time_stats: avg=189.70ms min=2.41ms max=1600.20ms count=9",
    "date": "2022-05-05T13:41:08.020Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "presentDisplay display has no layers to compose, flushing client target buffer.",
    "date": "2022-05-05T13:41:09.479Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "validateDisplay: layer 70 CompositionType 1, fallback",
    "date": "2022-05-05T13:41:09.494Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "presentDisplay display has no layers to compose, flushing client target buffer.",
    "date": "2022-05-05T13:41:09.496Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "validateDisplay: layer 70 CompositionType 1, fallback",
    "date": "2022-05-05T13:41:09.511Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "presentDisplay display has no layers to compose, flushing client target buffer.",
    "date": "2022-05-05T13:41:09.512Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "validateDisplay: layer 70 CompositionType 1, fallback",
    "date": "2022-05-05T13:41:09.529Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "presentDisplay display has no layers to compose, flushing client target buffer.",
    "date": "2022-05-05T13:41:09.531Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "validateDisplay: layer 70 CompositionType 1, fallback",
    "date": "2022-05-05T13:41:09.545Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "presentDisplay display has no layers to compose, flushing client target buffer.",
    "date": "2022-05-05T13:41:09.547Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "ActivityManager",
    "pid": 511,
    "tid": 2931,
    "message": "Unable to start service Intent { act=android.service.smartspace.SmartspaceService cmp=com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiSmartspaceService } U=0: not found",
    "date": "2022-05-05T13:41:09.598Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "TaplEvents",
    "pid": 1077,
    "tid": 1077,
    "message": "Main / Touch event: MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=922.95044, y[0]=1023.95874, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=1854278, downTime=1854278, deviceId=5, source=0x5002, displayId=0, eventId=590927779 }",
    "date": "2022-05-05T13:41:08.833Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "RemoteSmartspaceService",
    "pid": 511,
    "tid": 2931,
    "message": "could not bind to Intent { act=android.service.smartspace.SmartspaceService cmp=com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiSmartspaceService } using flags 67112961",
    "date": "2022-05-05T13:41:09.599Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "ActivityManager",
    "pid": 511,
    "tid": 511,
    "message": "Unbind failed: could not find connection for android.app.LoadedApk$ServiceDispatcher$InnerConnection@a4931d7",
    "date": "2022-05-05T13:41:09.599Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "EGL_emulation",
    "pid": 772,
    "tid": 870,
    "message": "app_time_stats: avg=175.63ms min=5.76ms max=1448.77ms count=9",
    "date": "2022-05-05T13:41:09.601Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "System.err",
    "pid": 7867,
    "tid": 7888,
    "message": "SLF4J: Defaulting to no-operation (NOP) logger implementation",
    "date": "2022-05-05T13:41:09.651Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "libEGL",
    "pid": 7867,
    "tid": 7903,
    "message": "loaded /vendor/lib64/egl/libEGL_emulation.so",
    "date": "2022-05-05T13:41:09.651Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "com.test",
    "pid": 7867,
    "tid": 7867,
    "message": "Accessing hidden field Ljava/lang/reflect/Field;->accessFlags:I (unsupported, reflection, allowed)",
    "date": "2022-05-05T13:41:09.652Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "com.test",
    "pid": 7867,
    "tid": 7887,
    "message": "Verification of okhttp3.HttpUrl$Builder okhttp3.HttpUrl$Builder.setEncodedPathSegment(int, java.lang.String) took 241.810ms (384.60 bytecodes/s) (3112B approximate peak alloc)",
    "date": "2022-05-05T13:41:09.653Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "libEGL",
    "pid": 7867,
    "tid": 7903,
    "message": "loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so",
    "date": "2022-05-05T13:41:09.656Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "com.test",
    "pid": 7867,
    "tid": 7867,
    "message": "Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (unsupported, reflection, allowed)",
    "date": "2022-05-05T13:41:09.676Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "com.test",
    "pid": 7867,
    "tid": 7867,
    "message": "Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (unsupported, reflection, allowed)",
    "date": "2022-05-05T13:41:09.680Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "TaplEvents",
    "pid": 1077,
    "tid": 1077,
    "message": "Main / Touch event: MotionEvent { action=ACTION_UP, actionButton=0, id[0]=0, x[0]=922.95044, y[0]=1023.95874, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=1854372, downTime=1854278, deviceId=5, source=0x5002, displayId=0, eventId=972683477 }",
    "date": "2022-05-05T13:41:08.927Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "libEGL",
    "pid": 7867,
    "tid": 7903,
    "message": "loaded /vendor/lib64/egl/libGLESv2_emulation.so",
    "date": "2022-05-05T13:41:09.685Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "ActivityTaskManager",
    "pid": 511,
    "tid": 2057,
    "message": "START u0 {flg=0x10018000 cmp=com.test/expo.modules.devlauncher.launcher.DevLauncherActivity} from uid 10147",
    "date": "2022-05-05T13:41:09.686Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f1abc000 0x1f2098000]\n",
    "date": "2022-05-05T13:41:09.687Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "ExpoDevMenu",
    "pid": 7867,
    "tid": 7867,
    "message": "Set new dev-menu delegate: class expo.modules.devmenu.DevMenuDefaultDelegate",
    "date": "2022-05-05T13:41:09.743Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "System.err",
    "pid": 7867,
    "tid": 7888,
    "message": "SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.",
    "date": "2022-05-05T13:41:09.751Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "ServiceManager",
    "pid": 511,
    "tid": 2038,
    "message": "Permission failure: android.permission.HIGH_SAMPLING_RATE_SENSORS from uid=10147 pid=7867",
    "date": "2022-05-05T13:41:09.760Z",
    "type": "warn",
    "count": 2
  },
  {
    "tag": "resolv",
    "pid": 291,
    "tid": 7909,
    "message": "GetAddrInfoHandler::run: {100 100 100 983140 10147 0}",
    "date": "2022-05-05T13:41:09.786Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "resolv",
    "pid": 291,
    "tid": 7909,
    "message": "resolv_getaddrinfo: explore_fqdn(): ai_family=0 ai_socktype=1 ai_protocol=6",
    "date": "2022-05-05T13:41:09.786Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "resolv",
    "pid": 291,
    "tid": 7909,
    "message": "android_getaddrinfofornetcontext: explore_numeric: ai_family=10 ai_socktype=1 ai_protocol=6",
    "date": "2022-05-05T13:41:09.786Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "resolv",
    "pid": 291,
    "tid": 7909,
    "message": "explore_numeric_scope",
    "date": "2022-05-05T13:41:09.786Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "TaplEvents",
    "pid": 1077,
    "tid": 1077,
    "message": "Main / start: startAppShortcutOrInfoActivity",
    "date": "2022-05-05T13:41:08.947Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "resolv",
    "pid": 291,
    "tid": 7909,
    "message": "android_getaddrinfofornetcontext: explore_numeric: ai_family=2 ai_socktype=1 ai_protocol=6",
    "date": "2022-05-05T13:41:09.786Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "resolv",
    "pid": 291,
    "tid": 7909,
    "message": "explore_numeric_scope",
    "date": "2022-05-05T13:41:09.786Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "ResolverController",
    "pid": 291,
    "tid": 7909,
    "message": "No valid NAT64 prefix (100, <unspecified>/0)",
    "date": "2022-05-05T13:41:09.787Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "ActivityTaskManager",
    "pid": 511,
    "tid": 2038,
    "message": "Tried to set launchTime (0) < mLastActivityLaunchTime (1854532)",
    "date": "2022-05-05T13:41:09.875Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2038,
    "message": "Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.877Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2038,
    "message": "Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.877Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2038,
    "message": "Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.877Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2038,
    "message": "Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.877Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2038,
    "message": "Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.877Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2038,
    "message": "Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.877Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "ActivityTaskManager",
    "pid": 511,
    "tid": 2057,
    "message": "START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.test/.MainActivity bnds=[842,892][1043,1195]} from uid 10135",
    "date": "2022-05-05T13:41:08.948Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2038,
    "message": "Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.877Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2038,
    "message": "Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.879Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2038,
    "message": "Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.879Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2038,
    "message": "Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.879Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2038,
    "message": "Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.880Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2038,
    "message": "Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.880Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2038,
    "message": "Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.880Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2038,
    "message": "Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.880Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2038,
    "message": "Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.881Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2038,
    "message": "Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.881Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "ActivityTaskManager",
    "pid": 511,
    "tid": 2057,
    "message": "Can't find TaskDisplayArea to determine support for multi window. Task id=21 attached=false",
    "date": "2022-05-05T13:41:08.949Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2038,
    "message": "Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.881Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2038,
    "message": "Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.881Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2038,
    "message": "Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.881Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2038,
    "message": "Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.881Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "ndroid.systemu",
    "pid": 772,
    "tid": 780,
    "message": "NativeAlloc concurrent copying GC freed 29514(1269KB) AllocSpace objects, 2(40KB) LOS objects, 49% free, 9299KB/18MB, paused 21us,9us total 177.292ms",
    "date": "2022-05-05T13:41:09.937Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "system_server",
    "pid": 511,
    "tid": 521,
    "message": "NativeAlloc concurrent copying GC freed 62663(3043KB) AllocSpace objects, 9(276KB) LOS objects, 50% free, 18MB/36MB, paused 19us,25us total 335.021ms",
    "date": "2022-05-05T13:41:10.037Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "HostConnection",
    "pid": 7867,
    "tid": 7901,
    "message": "createUnique: call\n",
    "date": "2022-05-05T13:41:10.069Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "HostConnection",
    "pid": 7867,
    "tid": 7901,
    "message": "HostConnection::get() New Host Connection established 0xb40000718902cad0, tid 7901\n",
    "date": "2022-05-05T13:41:10.070Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "HostConnection",
    "pid": 7867,
    "tid": 7901,
    "message": "HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV_Cache ANDROID_EMU_async_unmap_buffer ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_read_color_buffer_dma GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_async_frame_commands ANDROID_EMU_gles_max_version_3_0 ",
    "date": "2022-05-05T13:41:10.071Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "hwservicemanager",
    "pid": 147,
    "tid": 147,
    "message": "getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest.",
    "date": "2022-05-05T13:41:10.073Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "PhoneStartingWindowTypeAlgorithm",
    "pid": 772,
    "tid": 867,
    "message": "preferredStartingWindowType newTask:true taskSwitch:true processRunning:false allowTaskSnapshot:true activityCreated:false useEmptySplashScreen:false legacySplashScreen:false topIsHome:false",
    "date": "2022-05-05T13:41:08.950Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "OpenGLRenderer",
    "pid": 7867,
    "tid": 7901,
    "message": "Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...",
    "date": "2022-05-05T13:41:10.073Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "OpenGLRenderer",
    "pid": 7867,
    "tid": 7901,
    "message": "Failed to initialize 101010-2 format, error = EGL_SUCCESS",
    "date": "2022-05-05T13:41:10.082Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "EGL_emulation",
    "pid": 7867,
    "tid": 7901,
    "message": "eglCreateContext: 0xb40000718902dcd0: maj 3 min 0 rcv 3",
    "date": "2022-05-05T13:41:10.083Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "EGL_emulation",
    "pid": 7867,
    "tid": 7901,
    "message": "eglMakeCurrent: 0xb40000718902dcd0: ver 3 0 (tinfo 0x73a89fd080) (first time)",
    "date": "2022-05-05T13:41:10.084Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "HWComposer",
    "pid": 352,
    "tid": 454,
    "message": "getSupportedContentTypes: getSupportedContentTypes failed for display 4619827259835644672: Unsupported (8)",
    "date": "2022-05-05T13:41:10.087Z",
    "type": "error",
    "count": 1
  },
  {
    "tag": "hwservicemanager",
    "pid": 147,
    "tid": 147,
    "message": "getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device VINTF manifest.",
    "date": "2022-05-05T13:41:10.087Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "Gralloc4",
    "pid": 7867,
    "tid": 7901,
    "message": "mapper 4.x is not supported",
    "date": "2022-05-05T13:41:10.088Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "HostConnection",
    "pid": 7867,
    "tid": 7901,
    "message": "createUnique: call\n",
    "date": "2022-05-05T13:41:10.088Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "HostConnection",
    "pid": 7867,
    "tid": 7901,
    "message": "HostConnection::get() New Host Connection established 0xb40000718902dc10, tid 7901\n",
    "date": "2022-05-05T13:41:10.088Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 7867,
    "tid": 7901,
    "message": "allocate: Ask for block of size 0x100\n",
    "date": "2022-05-05T13:41:10.089Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "StartingSurfaceDrawer",
    "pid": 772,
    "tid": 867,
    "message": "addSplashScreen com.test theme=7f110183 task=21 suggestType=1",
    "date": "2022-05-05T13:41:08.951Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 7867,
    "tid": 7901,
    "message": "allocate: ioctl allocate returned offset 0x1efff8000 size 0x8000\n",
    "date": "2022-05-05T13:41:10.089Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "hwservicemanager",
    "pid": 147,
    "tid": 147,
    "message": "getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device VINTF manifest.",
    "date": "2022-05-05T13:41:10.090Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "Gralloc4",
    "pid": 7867,
    "tid": 7901,
    "message": "allocator 4.x is not supported",
    "date": "2022-05-05T13:41:10.090Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f0000000 0x1f0928000]\n",
    "date": "2022-05-05T13:41:10.090Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "HostConnection",
    "pid": 7867,
    "tid": 7901,
    "message": "HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV_Cache ANDROID_EMU_async_unmap_buffer ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_read_color_buffer_dma GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_async_frame_commands ANDROID_EMU_gles_max_version_3_0 ",
    "date": "2022-05-05T13:41:10.098Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f4000000 0x1f4928000]\n",
    "date": "2022-05-05T13:41:10.108Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f4928000 0x1f5250000]\n",
    "date": "2022-05-05T13:41:10.114Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "SoLoader",
    "pid": 7867,
    "tid": 7920,
    "message": "libhermes.so not found on /data/data/com.test/lib-main",
    "date": "2022-05-05T13:41:10.134Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "SoLoader",
    "pid": 7867,
    "tid": 7920,
    "message": "libhermes.so found on /data/app/~~exi74GvAsY5NQI_cV5CY4w==/com.test-Evj15BjHHdxJ9BEkW8NJ_g==/lib/arm64",
    "date": "2022-05-05T13:41:10.135Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "SoLoader",
    "pid": 7867,
    "tid": 7920,
    "message": "Not resolving dependencies for libhermes.so",
    "date": "2022-05-05T13:41:10.136Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "validateDisplay: layer 69 CompositionType 1, fallback",
    "date": "2022-05-05T13:41:07.944Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "StartingSurfaceDrawer",
    "pid": 772,
    "tid": 867,
    "message": "addSplashScreen: creating context based on task Configuration {1.0 310mcc260mnc [en_US] ldltr sw392dp w392dp h735dp 440dpi nrml long port finger qwerty/v/v dpad/v winConfig={ mBounds=Rect(0, 0 - 1080, 2220) mAppBounds=Rect(0, 0 - 1080, 2088) mMaxBounds=Rect(0, 0 - 1080, 2220) mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=standard mAlwaysOnTop=undefined mRotation=ROTATION_0} s.1 fontWeightAdjustment=0} for splash screen",
    "date": "2022-05-05T13:41:08.951Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "SoLoader",
    "pid": 7867,
    "tid": 7920,
    "message": "libhermes-executor-debug.so not found on /data/data/com.test/lib-main",
    "date": "2022-05-05T13:41:10.137Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "SoLoader",
    "pid": 7867,
    "tid": 7920,
    "message": "libhermes-executor-debug.so found on /data/app/~~exi74GvAsY5NQI_cV5CY4w==/com.test-Evj15BjHHdxJ9BEkW8NJ_g==/lib/arm64",
    "date": "2022-05-05T13:41:10.145Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "SoLoader",
    "pid": 7867,
    "tid": 7920,
    "message": "Not resolving dependencies for libhermes-executor-debug.so",
    "date": "2022-05-05T13:41:10.145Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "StartingSurfaceDrawer",
    "pid": 772,
    "tid": 867,
    "message": "Task start finish, remove starting surface for task 21",
    "date": "2022-05-05T13:41:10.160Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "ActivityTaskManager",
    "pid": 511,
    "tid": 538,
    "message": "Displayed com.test/expo.modules.devlauncher.launcher.DevLauncherActivity: +1s217ms",
    "date": "2022-05-05T13:41:10.168Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "InputManager-JNI",
    "pid": 511,
    "tid": 2057,
    "message": "Input channel object 'b643ec7 com.test/com.test.MainActivity (client)' was disposed without first being removed with the input manager!",
    "date": "2022-05-05T13:41:10.183Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "GoogleInputMethodService",
    "pid": 1416,
    "tid": 1416,
    "message": "GoogleInputMethodService.onFinishInput():3420 \n",
    "date": "2022-05-05T13:41:10.198Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "GoogleInputMethodService",
    "pid": 1416,
    "tid": 1416,
    "message": "GoogleInputMethodService.onStartInput():2002 \n",
    "date": "2022-05-05T13:41:10.198Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "DeviceUnlockedTag",
    "pid": 1416,
    "tid": 1416,
    "message": "DeviceUnlockedTag.notifyDeviceLockStatusChanged():31 Notify device unlocked.\n",
    "date": "2022-05-05T13:41:10.199Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "SoLoader",
    "pid": 7867,
    "tid": 7920,
    "message": "libreactnativejni.so not found on /data/data/com.test/lib-main",
    "date": "2022-05-05T13:41:10.218Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "StartingSurfaceDrawer",
    "pid": 772,
    "tid": 867,
    "message": "addSplashScreen: apply overrideConfig{1.0 310mcc260mnc [en_US] ldltr sw392dp w392dp h735dp 440dpi nrml long port finger qwerty/v/v dpad/v winConfig={ mBounds=Rect(0, 0 - 1080, 2220) mAppBounds=Rect(0, 0 - 1080, 2088) mMaxBounds=Rect(0, 0 - 1080, 2220) mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=standard mAlwaysOnTop=undefined mRotation=ROTATION_0} s.1 fontWeightAdjustment=0} to starting window resId=2131230916",
    "date": "2022-05-05T13:41:08.952Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "SoLoader",
    "pid": 7867,
    "tid": 7920,
    "message": "libreactnativejni.so found on /data/app/~~exi74GvAsY5NQI_cV5CY4w==/com.test-Evj15BjHHdxJ9BEkW8NJ_g==/lib/arm64",
    "date": "2022-05-05T13:41:10.218Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "SoLoader",
    "pid": 7867,
    "tid": 7920,
    "message": "Not resolving dependencies for libreactnativejni.so",
    "date": "2022-05-05T13:41:10.219Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "flipper",
    "pid": 7867,
    "tid": 7930,
    "message": "flipper: FlipperClient::onConnected",
    "date": "2022-05-05T13:41:10.332Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "InputManager-JNI",
    "pid": 511,
    "tid": 2038,
    "message": "Input channel object '2e310c9 Splash Screen com.test (client)' was disposed without first being removed with the input manager!",
    "date": "2022-05-05T13:41:10.567Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "EGL_emulation",
    "pid": 772,
    "tid": 870,
    "message": "app_time_stats: avg=10.59ms min=0.82ms max=63.62ms count=56",
    "date": "2022-05-05T13:41:10.616Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "EGL_emulation",
    "pid": 772,
    "tid": 870,
    "message": "app_time_stats: avg=303.54ms min=15.06ms max=2598.44ms count=9",
    "date": "2022-05-05T13:41:10.749Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "unknown:ReactContext",
    "pid": 7867,
    "tid": 7920,
    "message": "initializeMessageQueueThreads() is called.",
    "date": "2022-05-05T13:41:11.261Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7928,
    "message": "Could not find generated setter for class com.facebook.react.views.drawer.ReactDrawerLayoutManager",
    "date": "2022-05-05T13:41:11.290Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7928,
    "message": "Could not find generated setter for class com.facebook.react.uimanager.LayoutShadowNode",
    "date": "2022-05-05T13:41:11.298Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7928,
    "message": "Could not find generated setter for class com.facebook.react.views.scroll.ReactHorizontalScrollViewManager",
    "date": "2022-05-05T13:41:11.300Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "StartingSurfaceDrawer",
    "pid": 772,
    "tid": 868,
    "message": "window attributes color: 0 icon null duration 0 brandImage null",
    "date": "2022-05-05T13:41:08.953Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7928,
    "message": "Could not find generated setter for class com.facebook.react.views.scroll.ReactHorizontalScrollContainerViewManager",
    "date": "2022-05-05T13:41:11.302Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7928,
    "message": "Could not find generated setter for class com.facebook.react.views.progressbar.ReactProgressBarViewManager",
    "date": "2022-05-05T13:41:11.302Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7928,
    "message": "Could not find generated setter for class com.facebook.react.views.progressbar.ProgressBarShadowNode",
    "date": "2022-05-05T13:41:11.303Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7928,
    "message": "Could not find generated setter for class com.facebook.react.views.scroll.ReactScrollViewManager",
    "date": "2022-05-05T13:41:11.304Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7928,
    "message": "Could not find generated setter for class com.facebook.react.views.slider.ReactSliderManager",
    "date": "2022-05-05T13:41:11.312Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7928,
    "message": "Could not find generated setter for class com.facebook.react.views.slider.ReactSliderManager$ReactSliderShadowNode",
    "date": "2022-05-05T13:41:11.315Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7928,
    "message": "Could not find generated setter for class com.facebook.react.views.switchview.ReactSwitchManager",
    "date": "2022-05-05T13:41:11.322Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7928,
    "message": "Could not find generated setter for class com.facebook.react.views.switchview.ReactSwitchManager$ReactSwitchShadowNode",
    "date": "2022-05-05T13:41:11.327Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7928,
    "message": "Could not find generated setter for class com.facebook.react.views.swiperefresh.SwipeRefreshLayoutManager",
    "date": "2022-05-05T13:41:11.328Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7928,
    "message": "Could not find generated setter for class com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageViewManager",
    "date": "2022-05-05T13:41:11.337Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "StartingSurfaceDrawer",
    "pid": 772,
    "tid": 868,
    "message": "FgMainColor=ffd3d3d8 BgMainColor=ffffffff IsBgComplex=false FromCache=true ThemeColor=ffffffff",
    "date": "2022-05-05T13:41:08.954Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7928,
    "message": "Could not find generated setter for class com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageShadowNode",
    "date": "2022-05-05T13:41:11.337Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7928,
    "message": "Could not find generated setter for class com.facebook.react.views.image.ReactImageManager",
    "date": "2022-05-05T13:41:11.342Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7928,
    "message": "Could not find generated setter for class com.facebook.react.views.modal.ReactModalHostManager",
    "date": "2022-05-05T13:41:11.344Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7928,
    "message": "Could not find generated setter for class com.facebook.react.views.modal.ModalHostShadowNode",
    "date": "2022-05-05T13:41:11.345Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7928,
    "message": "Could not find generated setter for class com.facebook.react.views.text.ReactRawTextManager",
    "date": "2022-05-05T13:41:11.345Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7928,
    "message": "Could not find generated setter for class com.facebook.react.views.text.ReactRawTextShadowNode",
    "date": "2022-05-05T13:41:11.346Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7928,
    "message": "Could not find generated setter for class com.facebook.react.views.textinput.ReactTextInputManager",
    "date": "2022-05-05T13:41:11.346Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7928,
    "message": "Could not find generated setter for class com.facebook.react.views.textinput.ReactTextInputShadowNode",
    "date": "2022-05-05T13:41:11.349Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7928,
    "message": "Could not find generated setter for class com.facebook.react.views.text.ReactTextViewManager",
    "date": "2022-05-05T13:41:11.363Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7928,
    "message": "Could not find generated setter for class com.facebook.react.views.text.ReactTextShadowNode",
    "date": "2022-05-05T13:41:11.364Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "StartingSurfaceDrawer",
    "pid": 772,
    "tid": 868,
    "message": "makeSplashScreenContentView: choose fg icon",
    "date": "2022-05-05T13:41:08.958Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7928,
    "message": "Could not find generated setter for class com.facebook.react.views.view.ReactViewManager",
    "date": "2022-05-05T13:41:11.365Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7928,
    "message": "Could not find generated setter for class com.facebook.react.views.text.ReactVirtualTextViewManager",
    "date": "2022-05-05T13:41:11.366Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7928,
    "message": "Could not find generated setter for class com.facebook.react.views.text.ReactVirtualTextShadowNode",
    "date": "2022-05-05T13:41:11.367Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7928,
    "message": "Could not find generated setter for class com.facebook.react.views.unimplementedview.ReactUnimplementedViewManager",
    "date": "2022-05-05T13:41:11.367Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7928,
    "message": "Could not find generated setter for class devmenu.com.swmansion.gesturehandler.react.RNGestureHandlerRootViewManager",
    "date": "2022-05-05T13:41:11.367Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7928,
    "message": "Could not find generated setter for class devmenu.com.swmansion.gesturehandler.react.RNGestureHandlerButtonViewManager",
    "date": "2022-05-05T13:41:11.368Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7928,
    "message": "Could not find generated setter for class devmenu.com.th3rdwave.safeareacontext.SafeAreaProviderManager",
    "date": "2022-05-05T13:41:11.369Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7928,
    "message": "Could not find generated setter for class devmenu.com.th3rdwave.safeareacontext.SafeAreaViewManager",
    "date": "2022-05-05T13:41:11.370Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7928,
    "message": "Could not find generated setter for class devmenu.com.th3rdwave.safeareacontext.SafeAreaViewShadowNode",
    "date": "2022-05-05T13:41:11.371Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactContext",
    "pid": 7867,
    "tid": 7928,
    "message": "initializeMessageQueueThreads() is called.",
    "date": "2022-05-05T13:41:11.382Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "SplashScreenView",
    "pid": 772,
    "tid": 868,
    "message": "Build android.window.SplashScreenView{b070c87 V.E...... ......ID 0,0-0,0}\nIcon: view: android.widget.ImageView{f3ba7b4 V.ED..... ......I. 0,0-0,0 #10204a7 android:id/splashscreen_icon_view} drawable: com.android.wm.shell.startingsurface.SplashscreenIconDrawableFactory$ImmobileIconDrawable@2b76fdd size: 528\nBranding: view: android.view.View{e1e2752 G.ED..... ......I. 0,0-0,0 #10204a6 android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0",
    "date": "2022-05-05T13:41:08.958Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "SoLoader",
    "pid": 7867,
    "tid": 7928,
    "message": "libyoga.so not found on /data/data/com.test/lib-main",
    "date": "2022-05-05T13:41:11.384Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "SoLoader",
    "pid": 7867,
    "tid": 7928,
    "message": "libyoga.so found on /data/app/~~exi74GvAsY5NQI_cV5CY4w==/com.test-Evj15BjHHdxJ9BEkW8NJ_g==/lib/arm64",
    "date": "2022-05-05T13:41:11.385Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "SoLoader",
    "pid": 7867,
    "tid": 7928,
    "message": "Not resolving dependencies for libyoga.so",
    "date": "2022-05-05T13:41:11.385Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "ReactNativeJS",
    "pid": 7867,
    "tid": 7927,
    "message": "ViewPropTypes will be removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'.",
    "date": "2022-05-05T13:41:11.595Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "ReactNativeJS",
    "pid": 7867,
    "tid": 7927,
    "message": "`new NativeEventEmitter()` was called with a non-null argument without the required `addListener` method.",
    "date": "2022-05-05T13:41:11.807Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "ReactNativeJS",
    "pid": 7867,
    "tid": 7927,
    "message": "`new NativeEventEmitter()` was called with a non-null argument without the required `removeListeners` method.",
    "date": "2022-05-05T13:41:11.808Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "SoLoader",
    "pid": 7867,
    "tid": 7927,
    "message": "libreactnativeblob.so not found on /data/data/com.test/lib-main",
    "date": "2022-05-05T13:41:11.834Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "SoLoader",
    "pid": 7867,
    "tid": 7927,
    "message": "libreactnativeblob.so found on /data/app/~~exi74GvAsY5NQI_cV5CY4w==/com.test-Evj15BjHHdxJ9BEkW8NJ_g==/lib/arm64",
    "date": "2022-05-05T13:41:11.835Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "SoLoader",
    "pid": 7867,
    "tid": 7927,
    "message": "Not resolving dependencies for libreactnativeblob.so",
    "date": "2022-05-05T13:41:11.835Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "ReactNativeJS",
    "pid": 7867,
    "tid": 7927,
    "message": "Running \"main",
    "date": "2022-05-05T13:41:11.882Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "StartingSurfaceDrawer",
    "pid": 772,
    "tid": 868,
    "message": "fillViewWithIcon surfaceWindowView android.window.SplashScreenView{b070c87 V.E...... ......ID 0,0-0,0}",
    "date": "2022-05-05T13:41:08.959Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "WebViewFactory",
    "pid": 7867,
    "tid": 7945,
    "message": "Loading com.google.android.webview version 91.0.4472.114 (code 447211484)",
    "date": "2022-05-05T13:41:12.014Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "SoLoader",
    "pid": 7867,
    "tid": 7944,
    "message": "libimagepipeline.so not found on /data/data/com.test/lib-main",
    "date": "2022-05-05T13:41:12.039Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "SoLoader",
    "pid": 7867,
    "tid": 7944,
    "message": "libimagepipeline.so found on /data/app/~~exi74GvAsY5NQI_cV5CY4w==/com.test-Evj15BjHHdxJ9BEkW8NJ_g==/lib/arm64",
    "date": "2022-05-05T13:41:12.052Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "SoLoader",
    "pid": 7867,
    "tid": 7944,
    "message": "Not resolving dependencies for libimagepipeline.so",
    "date": "2022-05-05T13:41:12.052Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "com.test",
    "pid": 7867,
    "tid": 7945,
    "message": "Accessing hidden method Landroid/os/Trace;->isTagEnabled(J)Z (unsupported, reflection, allowed)",
    "date": "2022-05-05T13:41:12.053Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "com.test",
    "pid": 7867,
    "tid": 7945,
    "message": "Accessing hidden method Landroid/os/Trace;->traceBegin(JLjava/lang/String;)V (unsupported, reflection, allowed)",
    "date": "2022-05-05T13:41:12.053Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "com.test",
    "pid": 7867,
    "tid": 7945,
    "message": "Accessing hidden method Landroid/os/Trace;->traceEnd(J)V (unsupported, reflection, allowed)",
    "date": "2022-05-05T13:41:12.054Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "com.test",
    "pid": 7867,
    "tid": 7945,
    "message": "Accessing hidden method Landroid/os/Trace;->asyncTraceBegin(JLjava/lang/String;I)V (unsupported, reflection, allowed)",
    "date": "2022-05-05T13:41:12.054Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "com.test",
    "pid": 7867,
    "tid": 7945,
    "message": "Accessing hidden method Landroid/os/Trace;->asyncTraceEnd(JLjava/lang/String;I)V (unsupported, reflection, allowed)",
    "date": "2022-05-05T13:41:12.054Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "cr_LibraryLoader",
    "pid": 7867,
    "tid": 7945,
    "message": "Loaded native library version number \"91.0.4472.114\"",
    "date": "2022-05-05T13:41:12.068Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "AudioFlinger",
    "pid": 349,
    "tid": 488,
    "message": "mixer(0xb4000077a6678a70) throttle end: throttle time(11)",
    "date": "2022-05-05T13:41:08.968Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "cr_CachingUmaRecorder",
    "pid": 7867,
    "tid": 7945,
    "message": "Flushed 4 samples from 4 histograms.",
    "date": "2022-05-05T13:41:12.069Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "cr_VariationsUtils",
    "pid": 7867,
    "tid": 7948,
    "message": "Failed reading seed file \"/data/user/0/com.test/app_webview/variations_seed_new\"",
    "date": "2022-05-05T13:41:12.070Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "cr_VariationsUtils",
    "pid": 7867,
    "tid": 7948,
    "message": "Failed reading seed file \"/data/user/0/com.test/app_webview/variations_seed\"",
    "date": "2022-05-05T13:41:12.071Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "resolv",
    "pid": 291,
    "tid": 7952,
    "message": "GetAddrInfoHandler::run: {100 100 100 983140 10147 0}",
    "date": "2022-05-05T13:41:12.093Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "resolv",
    "pid": 291,
    "tid": 7952,
    "message": "resolv_getaddrinfo: explore_fqdn(): ai_family=0 ai_socktype=1 ai_protocol=6",
    "date": "2022-05-05T13:41:12.094Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "resolv",
    "pid": 291,
    "tid": 7954,
    "message": "doQuery: (1, 1)",
    "date": "2022-05-05T13:41:12.095Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "resolv",
    "pid": 291,
    "tid": 7954,
    "message": "res_nmkquery: (QUERY, IN, A)",
    "date": "2022-05-05T13:41:12.095Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "resolv",
    "pid": 291,
    "tid": 7954,
    "message": "res_nsend",
    "date": "2022-05-05T13:41:12.095Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "resolv",
    "pid": 291,
    "tid": 7954,
    "message": "resolv_cache_lookup: lookup",
    "date": "2022-05-05T13:41:12.095Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "resolv",
    "pid": 291,
    "tid": 7954,
    "message": "resolv_cache_lookup: FOUND IN CACHE entry=0xb40000789cd6ed70",
    "date": "2022-05-05T13:41:12.095Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "CompatibilityChangeReporter",
    "pid": 511,
    "tid": 541,
    "message": "Compat change id reported: 135634846; UID 10147; state: DISABLED",
    "date": "2022-05-05T13:41:08.970Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "resolv",
    "pid": 291,
    "tid": 7954,
    "message": "doQuery: rcode=0, ancount=1",
    "date": "2022-05-05T13:41:12.095Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "resolv",
    "pid": 291,
    "tid": 7953,
    "message": "doQuery: (1, 28)",
    "date": "2022-05-05T13:41:12.095Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "resolv",
    "pid": 291,
    "tid": 7953,
    "message": "res_nmkquery: (QUERY, IN, AAAA)",
    "date": "2022-05-05T13:41:12.096Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "resolv",
    "pid": 291,
    "tid": 7953,
    "message": "res_nsend",
    "date": "2022-05-05T13:41:12.096Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "resolv",
    "pid": 291,
    "tid": 7953,
    "message": "resolv_cache_lookup: lookup",
    "date": "2022-05-05T13:41:12.096Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "resolv",
    "pid": 291,
    "tid": 7953,
    "message": "resolv_cache_lookup: FOUND IN CACHE entry=0xb4000078ccd72f10",
    "date": "2022-05-05T13:41:12.096Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "resolv",
    "pid": 291,
    "tid": 7953,
    "message": "doQuery: rcode=0, ancount=0",
    "date": "2022-05-05T13:41:12.096Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "ResolverController",
    "pid": 291,
    "tid": 7952,
    "message": "No valid NAT64 prefix (100, <unspecified>/0)",
    "date": "2022-05-05T13:41:12.096Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "CompatibilityChangeReporter",
    "pid": 7867,
    "tid": 7867,
    "message": "Compat change id reported: 171228096; UID 10147; state: ENABLED",
    "date": "2022-05-05T13:41:13.466Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "com.test",
    "pid": 7867,
    "tid": 7867,
    "message": "Accessing hidden field Landroid/widget/ScrollView;->mScroller:Landroid/widget/OverScroller; (unsupported, reflection, allowed)",
    "date": "2022-05-05T13:41:13.467Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "CompatibilityChangeReporter",
    "pid": 511,
    "tid": 541,
    "message": "Compat change id reported: 177438394; UID 10147; state: DISABLED",
    "date": "2022-05-05T13:41:08.970Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "[GESTURE HANDLER] Initialize gesture handler for root view com.facebook.react.ReactRootView{5604996 V.E...... ......ID 0,0-1080,2022 #1}",
    "date": "2022-05-05T13:41:13.513Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "EGL_emulation",
    "pid": 7867,
    "tid": 7901,
    "message": "app_time_stats: avg=853.06ms min=10.50ms max=1827.25ms count=4",
    "date": "2022-05-05T13:41:13.558Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "skia",
    "pid": 7867,
    "tid": 7944,
    "message": "--- Failed to create image decoder with message 'unimplemented'\n",
    "date": "2022-05-05T13:41:13.603Z",
    "type": "debug",
    "count": 19
  },
  {
    "tag": "unknown:ProgressiveDecoder",
    "pid": 7867,
    "tid": 7951,
    "message": "unknown image format, {uri: res:/2131558402, firstEncodedBytes: 03000800C00100000100, length: 448}",
    "date": "2022-05-05T13:41:13.642Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "EGL_emulation",
    "pid": 7867,
    "tid": 7901,
    "message": "app_time_stats: avg=164.34ms min=2.58ms max=1116.06ms count=9",
    "date": "2022-05-05T13:41:15.048Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "ActivityTaskManager",
    "pid": 511,
    "tid": 2943,
    "message": "START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10018000 pkg=com.test cmp=com.test/.MainActivity} from uid 10147",
    "date": "2022-05-05T13:41:15.271Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f2098000 0x1f2674000]\n",
    "date": "2022-05-05T13:41:15.272Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "PhoneStartingWindowTypeAlgorithm",
    "pid": 772,
    "tid": 867,
    "message": "preferredStartingWindowType newTask:true taskSwitch:false processRunning:true allowTaskSnapshot:true activityCreated:false useEmptySplashScreen:true legacySplashScreen:false topIsHome:false",
    "date": "2022-05-05T13:41:15.276Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "StartingSurfaceDrawer",
    "pid": 772,
    "tid": 867,
    "message": "addSplashScreen com.test theme=7f110183 task=21 suggestType=3",
    "date": "2022-05-05T13:41:15.276Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "StartingSurfaceDrawer",
    "pid": 772,
    "tid": 868,
    "message": "window attributes color: 0 icon null duration 0 brandImage null",
    "date": "2022-05-05T13:41:15.277Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "presentDisplay display has no layers to compose, flushing client target buffer.",
    "date": "2022-05-05T13:41:07.947Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "CompatibilityChangeReporter",
    "pid": 511,
    "tid": 541,
    "message": "Compat change id reported: 135772972; UID 10147; state: DISABLED",
    "date": "2022-05-05T13:41:08.970Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "SplashScreenView",
    "pid": 772,
    "tid": 868,
    "message": "Build android.window.SplashScreenView{49aaacc V.E...... ......ID 0,0-0,0}\nIcon: view: null drawable: null size: 0\nBranding: view: android.view.View{bad1115 G.ED..... ......I. 0,0-0,0 #10204a6 android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0",
    "date": "2022-05-05T13:41:15.277Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "StartingSurfaceDrawer",
    "pid": 772,
    "tid": 868,
    "message": "fillViewWithIcon surfaceWindowView android.window.SplashScreenView{49aaacc V.E...... ......ID 0,0-0,0}",
    "date": "2022-05-05T13:41:15.277Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f30e8000 0x1f3a10000]\n",
    "date": "2022-05-05T13:41:15.307Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "ServiceManager",
    "pid": 511,
    "tid": 2943,
    "message": "Permission failure: android.permission.HIGH_SAMPLING_RATE_SENSORS from uid=10147 pid=7867",
    "date": "2022-05-05T13:41:15.312Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f5b78000 0x1f64a0000]\n",
    "date": "2022-05-05T13:41:15.319Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "ServiceManager",
    "pid": 511,
    "tid": 1400,
    "message": "Permission failure: android.permission.HIGH_SAMPLING_RATE_SENSORS from uid=10147 pid=7867",
    "date": "2022-05-05T13:41:15.326Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f64a0000 0x1f6dc8000]\n",
    "date": "2022-05-05T13:41:15.331Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "ActivityTaskManager",
    "pid": 511,
    "tid": 2057,
    "message": "Tried to set launchTime (0) < mLastActivityLaunchTime (1855327)",
    "date": "2022-05-05T13:41:15.355Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:15.355Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:15.355Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "CompatibilityChangeReporter",
    "pid": 511,
    "tid": 541,
    "message": "Compat change id reported: 135754954; UID 10147; state: ENABLED",
    "date": "2022-05-05T13:41:08.971Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:15.355Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:15.355Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:15.355Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:15.355Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:15.355Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:15.355Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:15.355Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:15.355Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:15.355Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:15.355Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "CompatibilityChangeReporter",
    "pid": 511,
    "tid": 550,
    "message": "Compat change id reported: 143937733; UID 10147; state: ENABLED",
    "date": "2022-05-05T13:41:08.971Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:15.355Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:15.355Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:15.355Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:15.355Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:15.355Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:15.355Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:15.355Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:15.355Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "EGL_emulation",
    "pid": 772,
    "tid": 870,
    "message": "app_time_stats: avg=513.26ms min=14.59ms max=4486.96ms count=9",
    "date": "2022-05-05T13:41:15.368Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "EGL_emulation",
    "pid": 772,
    "tid": 870,
    "message": "app_time_stats: avg=265.74ms min=0.99ms max=4478.58ms count=17",
    "date": "2022-05-05T13:41:15.374Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "Zygote",
    "pid": 292,
    "tid": 292,
    "message": "Forked child process 7867",
    "date": "2022-05-05T13:41:08.976Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "Packager connection already open, nooping.",
    "date": "2022-05-05T13:41:15.398Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f0f04000 0x1f182c000]\n",
    "date": "2022-05-05T13:41:15.401Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f6dc8000 0x1f76f0000]\n",
    "date": "2022-05-05T13:41:15.408Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "StartingSurfaceDrawer",
    "pid": 772,
    "tid": 867,
    "message": "Task start finish, remove starting surface for task 21",
    "date": "2022-05-05T13:41:15.411Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "ActivityTaskManager",
    "pid": 511,
    "tid": 538,
    "message": "Displayed com.test/.MainActivity: +143ms",
    "date": "2022-05-05T13:41:15.415Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f4000000 0x1f4928000]\n",
    "date": "2022-05-05T13:41:15.417Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "GoogleInputMethodService",
    "pid": 1416,
    "tid": 1416,
    "message": "GoogleInputMethodService.onFinishInput():3420 \n",
    "date": "2022-05-05T13:41:15.450Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "GoogleInputMethodService",
    "pid": 1416,
    "tid": 1416,
    "message": "GoogleInputMethodService.onStartInput():2002 \n",
    "date": "2022-05-05T13:41:15.450Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "DeviceUnlockedTag",
    "pid": 1416,
    "tid": 1416,
    "message": "DeviceUnlockedTag.notifyDeviceLockStatusChanged():31 Notify device unlocked.\n",
    "date": "2022-05-05T13:41:15.451Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f3a10000 0x1f3a5c000]\n",
    "date": "2022-05-05T13:41:15.469Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "ActivityManager",
    "pid": 511,
    "tid": 550,
    "message": "Start proc 7867:com.test/u0a147 for pre-top-activity {com.test/com.test.MainActivity}",
    "date": "2022-05-05T13:41:08.976Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f3a5c000 0x1f3aa8000]\n",
    "date": "2022-05-05T13:41:15.491Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "Tried to remove non-existent frame callback",
    "date": "2022-05-05T13:41:15.503Z",
    "type": "error",
    "count": 1
  },
  {
    "tag": "ReactNativeJS",
    "pid": 7867,
    "tid": 7927,
    "message": "EventEmitter.removeListener('url', ...): Method has been deprecated. Please instead use `remove()` on the subscription returned by `EventEmitter.addListener`.",
    "date": "2022-05-05T13:41:15.509Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputManager-JNI",
    "pid": 511,
    "tid": 1400,
    "message": "Input channel object 'e5c8460 com.test/expo.modules.devlauncher.launcher.DevLauncherActivity (client)' was disposed without first being removed with the input manager!",
    "date": "2022-05-05T13:41:15.510Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f3aa8000 0x1f3af4000]\n",
    "date": "2022-05-05T13:41:15.516Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "InputManager-JNI",
    "pid": 511,
    "tid": 2057,
    "message": "Input channel object 'b843ac6 PopupWindow:dbf3577 (client)' was disposed without first being removed with the input manager!",
    "date": "2022-05-05T13:41:15.638Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputManager-JNI",
    "pid": 511,
    "tid": 2943,
    "message": "Input channel object '28fcbf9 Splash Screen com.test (client)' was disposed without first being removed with the input manager!",
    "date": "2022-05-05T13:41:15.697Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "netd",
    "pid": 291,
    "tid": 382,
    "message": "trafficSwapActiveStatsMap() <30.72ms>",
    "date": "2022-05-05T13:41:16.589Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "netd",
    "pid": 291,
    "tid": 382,
    "message": "tetherGetStats() -> {[]} <0.73ms>",
    "date": "2022-05-05T13:41:16.593Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "netd",
    "pid": 291,
    "tid": 382,
    "message": "bandwidthSetGlobalAlert(2097152) <0.05ms>",
    "date": "2022-05-05T13:41:16.602Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f5b78000 0x1f64a0000]\n",
    "date": "2022-05-05T13:41:08.980Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "netd",
    "pid": 291,
    "tid": 382,
    "message": "bandwidthRemoveInterfaceQuota(eth0) <0.39ms>",
    "date": "2022-05-05T13:41:16.604Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "netd",
    "pid": 291,
    "tid": 382,
    "message": "bandwidthSetInterfaceQuota(eth0, 9223372036854775807) <0.31ms>",
    "date": "2022-05-05T13:41:16.604Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "unknown:ReactContext",
    "pid": 7867,
    "tid": 7972,
    "message": "initializeMessageQueueThreads() is called.",
    "date": "2022-05-05T13:41:16.705Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "Packager connection already open, nooping.",
    "date": "2022-05-05T13:41:16.722Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class org.reactnative.maskedview.RNCMaskedViewManager",
    "date": "2022-05-05T13:41:16.727Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.dylanvann.fastimage.FastImageViewManager",
    "date": "2022-05-05T13:41:16.728Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.swmansion.gesturehandler.react.RNGestureHandlerRootViewManager",
    "date": "2022-05-05T13:41:16.730Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.swmansion.gesturehandler.react.RNGestureHandlerButtonViewManager",
    "date": "2022-05-05T13:41:16.731Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.reactnativepagerview.PagerViewViewManager",
    "date": "2022-05-05T13:41:16.732Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.th3rdwave.safeareacontext.SafeAreaProviderManager",
    "date": "2022-05-05T13:41:16.732Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "com.test",
    "pid": 7867,
    "tid": 7867,
    "message": "Late-enabling -Xcheck:jni",
    "date": "2022-05-05T13:41:08.997Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.th3rdwave.safeareacontext.SafeAreaViewManager",
    "date": "2022-05-05T13:41:16.733Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.th3rdwave.safeareacontext.SafeAreaViewShadowNode",
    "date": "2022-05-05T13:41:16.738Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.swmansion.rnscreens.ScreenContainerViewManager",
    "date": "2022-05-05T13:41:16.739Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.swmansion.rnscreens.ScreenViewManager",
    "date": "2022-05-05T13:41:16.739Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.swmansion.rnscreens.ScreenStackViewManager",
    "date": "2022-05-05T13:41:16.740Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.swmansion.rnscreens.ScreenStackHeaderConfigViewManager",
    "date": "2022-05-05T13:41:16.741Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.swmansion.rnscreens.ScreenStackHeaderSubviewManager",
    "date": "2022-05-05T13:41:16.741Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.swmansion.rnscreens.SearchBarManager",
    "date": "2022-05-05T13:41:16.742Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.ijzerenhein.sharedelement.RNSharedElementTransitionManager",
    "date": "2022-05-05T13:41:16.743Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$GroupViewManager",
    "date": "2022-05-05T13:41:16.745Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "EGL_emulation",
    "pid": 1077,
    "tid": 1728,
    "message": "app_time_stats: avg=38.99ms min=2.37ms max=673.24ms count=23",
    "date": "2022-05-05T13:41:09.002Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$RenderableShadowNode",
    "date": "2022-05-05T13:41:16.746Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$PathViewManager",
    "date": "2022-05-05T13:41:16.747Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$CircleViewManager",
    "date": "2022-05-05T13:41:16.748Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$EllipseViewManager",
    "date": "2022-05-05T13:41:16.748Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$LineViewManager",
    "date": "2022-05-05T13:41:16.749Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$RectViewManager",
    "date": "2022-05-05T13:41:16.758Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$TextViewManager",
    "date": "2022-05-05T13:41:16.759Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$TSpanViewManager",
    "date": "2022-05-05T13:41:16.759Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$TextPathViewManager",
    "date": "2022-05-05T13:41:16.759Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$ImageViewManager",
    "date": "2022-05-05T13:41:16.760Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f64a0000 0x1f6dc8000]\n",
    "date": "2022-05-05T13:41:09.018Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$ClipPathViewManager",
    "date": "2022-05-05T13:41:16.760Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$DefsViewManager",
    "date": "2022-05-05T13:41:16.761Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$UseViewManager",
    "date": "2022-05-05T13:41:16.761Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$SymbolManager",
    "date": "2022-05-05T13:41:16.762Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$LinearGradientManager",
    "date": "2022-05-05T13:41:16.763Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$RadialGradientManager",
    "date": "2022-05-05T13:41:16.763Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$PatternManager",
    "date": "2022-05-05T13:41:16.764Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$MaskManager",
    "date": "2022-05-05T13:41:16.764Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$ForeignObjectManager",
    "date": "2022-05-05T13:41:16.765Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$MarkerManager",
    "date": "2022-05-05T13:41:16.765Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f6dc8000 0x1f76f0000]\n",
    "date": "2022-05-05T13:41:09.019Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.horcrux.svg.SvgViewManager",
    "date": "2022-05-05T13:41:16.766Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7977,
    "message": "Could not find generated setter for class com.reactnativecommunity.webview.RNCWebViewManager",
    "date": "2022-05-05T13:41:16.767Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactContext",
    "pid": 7867,
    "tid": 7977,
    "message": "initializeMessageQueueThreads() is called.",
    "date": "2022-05-05T13:41:16.769Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "ExpoDevMenu",
    "pid": 7867,
    "tid": 7867,
    "message": "Delegate's context was loaded.",
    "date": "2022-05-05T13:41:16.770Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "ServiceManager",
    "pid": 511,
    "tid": 2057,
    "message": "Permission failure: android.permission.HIGH_SAMPLING_RATE_SENSORS from uid=10147 pid=7867",
    "date": "2022-05-05T13:41:16.771Z",
    "type": "warn",
    "count": 2
  },
  {
    "tag": "ActivityTaskManager",
    "pid": 511,
    "tid": 2057,
    "message": "START u0 {cmp=com.test/expo.modules.devmenu.DevMenuActivity} from uid 10147",
    "date": "2022-05-05T13:41:16.775Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f2b0c000 0x1f2b58000]\n",
    "date": "2022-05-05T13:41:16.783Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f2b58000 0x1f2ba4000]\n",
    "date": "2022-05-05T13:41:16.788Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "ActivityTaskManager",
    "pid": 511,
    "tid": 2057,
    "message": "Tried to set launchTime (0) < mLastActivityLaunchTime (1860801)",
    "date": "2022-05-05T13:41:16.791Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:16.791Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "validateDisplay: layer 69 CompositionType 1, fallback",
    "date": "2022-05-05T13:41:07.961Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "adbd",
    "pid": 578,
    "tid": 585,
    "message": "jdwp connection from 7867",
    "date": "2022-05-05T13:41:09.066Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:16.791Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:16.791Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:16.791Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:16.791Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:16.791Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:16.791Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:16.791Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:16.791Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:16.791Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:16.792Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.084Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:16.792Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:16.792Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:16.792Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:16.792Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:16.792Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:16.792Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:16.792Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:16.792Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:16.792Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputManager-JNI",
    "pid": 511,
    "tid": 2057,
    "message": "Input channel object 'c878250 PopupWindow:beb62e9 (client)' was disposed without first being removed with the input manager!",
    "date": "2022-05-05T13:41:16.798Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.085Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:16.817Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:16.817Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:16.817Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:16.817Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:16.817Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:16.817Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:16.817Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:16.817Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:16.817Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:16.817Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.085Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f2b0c000 0x1f2b58000]\n",
    "date": "2022-05-05T13:41:16.830Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f2b58000 0x1f2ba4000]\n",
    "date": "2022-05-05T13:41:16.830Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f2ba4000 0x1f2bf0000]\n",
    "date": "2022-05-05T13:41:16.831Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "ServiceManager",
    "pid": 511,
    "tid": 2057,
    "message": "Permission failure: android.permission.HIGH_SAMPLING_RATE_SENSORS from uid=10147 pid=7867",
    "date": "2022-05-05T13:41:16.838Z",
    "type": "warn",
    "count": 2
  },
  {
    "tag": "ConnectivityService",
    "pid": 511,
    "tid": 2057,
    "message": "requestNetwork for uid/pid:10147/7867 activeRequest: null callbackRequest: 128 [NetworkRequest [ REQUEST id=129, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10147 RequestorUid: 10147 RequestorPkg: com.test] ]] callback flags: 0 priority: 2147483647",
    "date": "2022-05-05T13:41:16.843Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "ConnectivityService",
    "pid": 511,
    "tid": 712,
    "message": "NetReassign [129 : null → 100]",
    "date": "2022-05-05T13:41:16.843Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "WifiNetworkFactory",
    "pid": 511,
    "tid": 705,
    "message": "got request NetworkRequest [ REQUEST id=129, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10147 RequestorUid: 10147 RequestorPkg: com.test] ]",
    "date": "2022-05-05T13:41:16.844Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "UntrustedWifiNetworkFactory",
    "pid": 511,
    "tid": 705,
    "message": "got request NetworkRequest [ REQUEST id=129, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10147 RequestorUid: 10147 RequestorPkg: com.test] ]",
    "date": "2022-05-05T13:41:16.844Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "OemPaidWifiNetworkFactory",
    "pid": 511,
    "tid": 705,
    "message": "got request NetworkRequest [ REQUEST id=129, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10147 RequestorUid: 10147 RequestorPkg: com.test] ]",
    "date": "2022-05-05T13:41:16.844Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f0000000 0x1f0928000]\n",
    "date": "2022-05-05T13:41:16.860Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.085Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f2b0c000 0x1f3434000]\n",
    "date": "2022-05-05T13:41:16.867Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f3434000 0x1f3d5c000]\n",
    "date": "2022-05-05T13:41:16.868Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "ActivityTaskManager",
    "pid": 511,
    "tid": 538,
    "message": "Displayed com.test/expo.modules.devmenu.DevMenuActivity: +97ms",
    "date": "2022-05-05T13:41:16.873Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "EGL_emulation",
    "pid": 772,
    "tid": 870,
    "message": "app_time_stats: avg=167.94ms min=11.53ms max=1376.24ms count=9",
    "date": "2022-05-05T13:41:16.880Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "GoogleInputMethodService",
    "pid": 1416,
    "tid": 1416,
    "message": "GoogleInputMethodService.onFinishInput():3420 \n",
    "date": "2022-05-05T13:41:16.898Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "GoogleInputMethodService",
    "pid": 1416,
    "tid": 1416,
    "message": "GoogleInputMethodService.onStartInput():2002 \n",
    "date": "2022-05-05T13:41:16.898Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "DeviceUnlockedTag",
    "pid": 1416,
    "tid": 1416,
    "message": "DeviceUnlockedTag.notifyDeviceLockStatusChanged():31 Notify device unlocked.\n",
    "date": "2022-05-05T13:41:16.899Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f3d5c000 0x1f3da8000]\n",
    "date": "2022-05-05T13:41:16.905Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f3da8000 0x1f3df4000]\n",
    "date": "2022-05-05T13:41:16.915Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f3df4000 0x1f3e40000]\n",
    "date": "2022-05-05T13:41:16.917Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.085Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputManager-JNI",
    "pid": 511,
    "tid": 2057,
    "message": "Input channel object 'c6e99b9 PopupWindow:396517e (client)' was disposed without first being removed with the input manager!",
    "date": "2022-05-05T13:41:17.227Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "Packager connection already open, nooping.",
    "date": "2022-05-05T13:41:17.230Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactContextBaseJavaModule",
    "pid": 7867,
    "tid": 7977,
    "message": "Unhandled SoftException\njava.lang.RuntimeException: Catalyst Instance has already disappeared: requested by DeviceInfo\n\tat com.facebook.react.bridge.ReactContextBaseJavaModule.getReactApplicationContextIfActiveOrWarn(ReactContextBaseJavaModule.java:66)\n\tat com.facebook.react.modules.deviceinfo.DeviceInfoModule.invalidate(DeviceInfoModule.java:114)\n\tat com.facebook.react.bridge.ModuleHolder.destroy(ModuleHolder.java:110)\n\tat com.facebook.react.bridge.NativeModuleRegistry.notifyJSInstanceDestroy(NativeModuleRegistry.java:108)\n\tat com.facebook.react.bridge.CatalystInstanceImpl$1.run(CatalystInstanceImpl.java:368)\n\tat android.os.Handler.handleCallback(Handler.java:938)\n\tat android.os.Handler.dispatchMessage(Handler.java:99)\n\tat com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:27)\n\tat android.os.Looper.loopOnce(Looper.java:201)\n\tat android.os.Looper.loop(Looper.java:288)\n\tat com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:228)\n\tat java.lang.Thread.run(Thread.java:920)\n",
    "date": "2022-05-05T13:41:17.231Z",
    "type": "error",
    "count": 1
  },
  {
    "tag": "unknown:ReactContextBaseJavaModule",
    "pid": 7867,
    "tid": 7977,
    "message": "Unhandled SoftException\njava.lang.RuntimeException: Catalyst Instance has already disappeared: requested by NativeAnimatedModule\n\tat com.facebook.react.bridge.ReactContextBaseJavaModule.getReactApplicationContextIfActiveOrWarn(ReactContextBaseJavaModule.java:66)\n\tat com.facebook.react.animated.NativeAnimatedModule.invalidate(NativeAnimatedModule.java:897)\n\tat com.facebook.react.bridge.ModuleHolder.destroy(ModuleHolder.java:110)\n\tat com.facebook.react.bridge.NativeModuleRegistry.notifyJSInstanceDestroy(NativeModuleRegistry.java:108)\n\tat com.facebook.react.bridge.CatalystInstanceImpl$1.run(CatalystInstanceImpl.java:368)\n\tat android.os.Handler.handleCallback(Handler.java:938)\n\tat android.os.Handler.dispatchMessage(Handler.java:99)\n\tat com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:27)\n\tat android.os.Looper.loopOnce(Looper.java:201)\n\tat android.os.Looper.loop(Looper.java:288)\n\tat com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:228)\n\tat java.lang.Thread.run(Thread.java:920)\n",
    "date": "2022-05-05T13:41:17.232Z",
    "type": "error",
    "count": 1
  },
  {
    "tag": "unknown:ReactContextBaseJavaModule",
    "pid": 7867,
    "tid": 7977,
    "message": "Unhandled SoftException\njava.lang.RuntimeException: Catalyst Instance has already disappeared: requested by FrescoModule\n\tat com.facebook.react.bridge.ReactContextBaseJavaModule.getReactApplicationContextIfActiveOrWarn(ReactContextBaseJavaModule.java:66)\n\tat com.facebook.react.modules.fresco.FrescoModule.invalidate(FrescoModule.java:202)\n\tat com.facebook.react.bridge.ModuleHolder.destroy(ModuleHolder.java:110)\n\tat com.facebook.react.bridge.NativeModuleRegistry.notifyJSInstanceDestroy(NativeModuleRegistry.java:108)\n\tat com.facebook.react.bridge.CatalystInstanceImpl$1.run(CatalystInstanceImpl.java:368)\n\tat android.os.Handler.handleCallback(Handler.java:938)\n\tat android.os.Handler.dispatchMessage(Handler.java:99)\n\tat com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:27)\n\tat android.os.Looper.loopOnce(Looper.java:201)\n\tat android.os.Looper.loop(Looper.java:288)\n\tat com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:228)\n\tat java.lang.Thread.run(Thread.java:920)\n",
    "date": "2022-05-05T13:41:17.233Z",
    "type": "error",
    "count": 1
  },
  {
    "tag": "unknown:ReactContextBaseJavaModule",
    "pid": 7867,
    "tid": 7977,
    "message": "Unhandled SoftException\njava.lang.RuntimeException: Catalyst Instance has already disappeared: requested by AppState\n\tat com.facebook.react.bridge.ReactContextBaseJavaModule.getReactApplicationContextIfActiveOrWarn(ReactContextBaseJavaModule.java:66)\n\tat com.facebook.react.modules.appstate.AppStateModule.invalidate(AppStateModule.java:127)\n\tat com.facebook.react.bridge.ModuleHolder.destroy(ModuleHolder.java:110)\n\tat com.facebook.react.bridge.NativeModuleRegistry.notifyJSInstanceDestroy(NativeModuleRegistry.java:108)\n\tat com.facebook.react.bridge.CatalystInstanceImpl$1.run(CatalystInstanceImpl.java:368)\n\tat android.os.Handler.handleCallback(Handler.java:938)\n\tat android.os.Handler.dispatchMessage(Handler.java:99)\n\tat com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:27)\n\tat android.os.Looper.loopOnce(Looper.java:201)\n\tat android.os.Looper.loop(Looper.java:288)\n\tat com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:228)\n\tat java.lang.Thread.run(Thread.java:920)\n",
    "date": "2022-05-05T13:41:17.233Z",
    "type": "error",
    "count": 1
  },
  {
    "tag": "unknown:ReactContextBaseJavaModule",
    "pid": 7867,
    "tid": 7993,
    "message": "Unhandled SoftException\njava.lang.RuntimeException: Catalyst Instance has already disappeared: requested by WebSocketModule\n\tat com.facebook.react.bridge.ReactContextBaseJavaModule.getReactApplicationContextIfActiveOrWarn(ReactContextBaseJavaModule.java:66)\n\tat com.facebook.react.modules.websocket.WebSocketModule.sendEvent(WebSocketModule.java:62)\n\tat com.facebook.react.modules.websocket.WebSocketModule.access$100(WebSocketModule.java:40)\n\tat com.facebook.react.modules.websocket.WebSocketModule$1.onMessage(WebSocketModule.java:190)\n\tat okhttp3.internal.ws.RealWebSocket.onReadMessage(RealWebSocket.kt:333)\n\tat okhttp3.internal.ws.WebSocketReader.readMessageFrame(WebSocketReader.kt:245)\n\tat okhttp3.internal.ws.WebSocketReader.processNextFrame(WebSocketReader.kt:106)\n\tat okhttp3.internal.ws.RealWebSocket.loopReader(RealWebSocket.kt:293)\n\tat okhttp3.internal.ws.RealWebSocket$connect$1.onResponse(RealWebSocket.kt:195)\n\tat okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519)\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)\n\tat java.lang.Thread.run(Thread.java:920)\n",
    "date": "2022-05-05T13:41:17.239Z",
    "type": "error",
    "count": 5
  },
  {
    "tag": "unknown:ReactInstanceManager",
    "pid": 7867,
    "tid": 7867,
    "message": "destroyRootView called",
    "date": "2022-05-05T13:41:17.250Z",
    "type": "error",
    "count": 1
  },
  {
    "tag": "unknown:ReactInstanceManager",
    "pid": 7867,
    "tid": 7867,
    "message": "destroyRootView called, unmountReactApplication",
    "date": "2022-05-05T13:41:17.250Z",
    "type": "error",
    "count": 1
  },
  {
    "tag": "EGL_emulation",
    "pid": 7867,
    "tid": 7901,
    "message": "app_time_stats: avg=920.89ms min=35.37ms max=1806.41ms count=2",
    "date": "2022-05-05T13:41:17.250Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.085Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7976,
    "message": "Could not find generated setter for class com.facebook.react.views.text.ReactVirtualTextViewManager",
    "date": "2022-05-05T13:41:17.272Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7976,
    "message": "Could not find generated setter for class com.facebook.react.views.text.ReactVirtualTextShadowNode",
    "date": "2022-05-05T13:41:17.273Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "ReactNativeJS",
    "pid": 7867,
    "tid": 7976,
    "message": "Running \"main\" with {\"rootTag\":11}",
    "date": "2022-05-05T13:41:17.316Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "unknown:ReactContextBaseJavaModule",
    "pid": 7867,
    "tid": 7998,
    "message": "Unhandled SoftException\njava.lang.RuntimeException: Catalyst Instance has already disappeared: requested by WebSocketModule\n\tat com.facebook.react.bridge.ReactContextBaseJavaModule.getReactApplicationContextIfActiveOrWarn(ReactContextBaseJavaModule.java:66)\n\tat com.facebook.react.modules.websocket.WebSocketModule.sendEvent(WebSocketModule.java:62)\n\tat com.facebook.react.modules.websocket.WebSocketModule.access$100(WebSocketModule.java:40)\n\tat com.facebook.react.modules.websocket.WebSocketModule$1.onOpen(WebSocketModule.java:156)\n\tat okhttp3.internal.ws.RealWebSocket$connect$1.onResponse(RealWebSocket.kt:194)\n\tat okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519)\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)\n\tat java.lang.Thread.run(Thread.java:920)\n",
    "date": "2022-05-05T13:41:17.337Z",
    "type": "error",
    "count": 1
  },
  {
    "tag": "unknown:ReactContextBaseJavaModule",
    "pid": 7867,
    "tid": 7977,
    "message": "Unhandled SoftException\njava.lang.RuntimeException: Catalyst Instance has already disappeared: requested by Timing\n\tat com.facebook.react.bridge.ReactContextBaseJavaModule.getReactApplicationContextIfActiveOrWarn(ReactContextBaseJavaModule.java:66)\n\tat com.facebook.react.modules.core.TimingModule.access$000(TimingModule.java:22)\n\tat com.facebook.react.modules.core.TimingModule$BridgeTimerExecutor.callTimers(TimingModule.java:28)\n\tat com.facebook.react.modules.core.JavaTimerManager.createAndMaybeCallTimer(JavaTimerManager.java:341)\n\tat com.facebook.react.modules.core.TimingModule.createTimer(TimingModule.java:91)\n\tat java.lang.reflect.Method.invoke(Native Method)\n\tat com.facebook.react.bridge.JavaMethodWrapper.invoke(JavaMethodWrapper.java:372)\n\tat com.facebook.react.bridge.JavaModuleWrapper.invoke(JavaModuleWrapper.java:188)\n\tat com.facebook.react.bridge.queue.NativeRunnable.run(Native Method)\n\tat android.os.Handler.handleCallback(Handler.java:938)\n\tat android.os.Handler.dispatchMessage(Handler.java:99)\n\tat com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:27)\n\tat android.os.Looper.loopOnce(Looper.java:201)\n\tat android.os.Looper.loop(Looper.java:288)\n\tat com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:228)\n\tat java.lang.Thread.run(Thread.java:920)\n",
    "date": "2022-05-05T13:41:17.338Z",
    "type": "error",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7976,
    "message": "Could not find generated setter for class com.facebook.react.views.view.ReactViewManager",
    "date": "2022-05-05T13:41:17.378Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7976,
    "message": "Could not find generated setter for class com.facebook.react.uimanager.LayoutShadowNode",
    "date": "2022-05-05T13:41:17.379Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7977,
    "message": "Invoking JS callback after bridge has been destroyed.",
    "date": "2022-05-05T13:41:17.399Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactContextBaseJavaModule",
    "pid": 7867,
    "tid": 7977,
    "message": "Unhandled SoftException\njava.lang.RuntimeException: Catalyst Instance has already disappeared: requested by Networking\n\tat com.facebook.react.bridge.ReactContextBaseJavaModule.getReactApplicationContextIfActiveOrWarn(ReactContextBaseJavaModule.java:66)\n\tat com.facebook.react.modules.network.NetworkingModule.getEventEmitter(NetworkingModule.java:767)\n\tat com.facebook.react.modules.network.NetworkingModule.sendRequestInternal(NetworkingModule.java:273)\n\tat com.facebook.react.modules.network.NetworkingModule.sendRequest(NetworkingModule.java:243)\n\tat java.lang.reflect.Method.invoke(Native Method)\n\tat com.facebook.react.bridge.JavaMethodWrapper.invoke(JavaMethodWrapper.java:372)\n\tat com.facebook.react.bridge.JavaModuleWrapper.invoke(JavaModuleWrapper.java:188)\n\tat com.facebook.react.bridge.queue.NativeRunnable.run(Native Method)\n\tat android.os.Handler.handleCallback(Handler.java:938)\n\tat android.os.Handler.dispatchMessage(Handler.java:99)\n\tat com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:27)\n\tat android.os.Looper.loopOnce(Looper.java:201)\n\tat android.os.Looper.loop(Looper.java:288)\n\tat com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:228)\n\tat java.lang.Thread.run(Thread.java:920)\n",
    "date": "2022-05-05T13:41:17.410Z",
    "type": "error",
    "count": 1
  },
  {
    "tag": "unknown:ReactContext",
    "pid": 7867,
    "tid": 7981,
    "message": "initializeMessageQueueThreads() is called.",
    "date": "2022-05-05T13:41:17.884Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.085Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7981,
    "message": "Could not find generated setter for class com.facebook.react.views.drawer.ReactDrawerLayoutManager",
    "date": "2022-05-05T13:41:17.886Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7981,
    "message": "Could not find generated setter for class com.facebook.react.views.scroll.ReactHorizontalScrollViewManager",
    "date": "2022-05-05T13:41:17.886Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7981,
    "message": "Could not find generated setter for class com.facebook.react.views.scroll.ReactHorizontalScrollContainerViewManager",
    "date": "2022-05-05T13:41:17.888Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7981,
    "message": "Could not find generated setter for class com.facebook.react.views.progressbar.ReactProgressBarViewManager",
    "date": "2022-05-05T13:41:17.888Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7981,
    "message": "Could not find generated setter for class com.facebook.react.views.progressbar.ProgressBarShadowNode",
    "date": "2022-05-05T13:41:17.889Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7981,
    "message": "Could not find generated setter for class com.facebook.react.views.scroll.ReactScrollViewManager",
    "date": "2022-05-05T13:41:17.890Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7981,
    "message": "Could not find generated setter for class com.facebook.react.views.slider.ReactSliderManager",
    "date": "2022-05-05T13:41:17.890Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7981,
    "message": "Could not find generated setter for class com.facebook.react.views.slider.ReactSliderManager$ReactSliderShadowNode",
    "date": "2022-05-05T13:41:17.891Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7981,
    "message": "Could not find generated setter for class com.facebook.react.views.switchview.ReactSwitchManager",
    "date": "2022-05-05T13:41:17.891Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7981,
    "message": "Could not find generated setter for class com.facebook.react.views.switchview.ReactSwitchManager$ReactSwitchShadowNode",
    "date": "2022-05-05T13:41:17.892Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.085Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7981,
    "message": "Could not find generated setter for class com.facebook.react.views.swiperefresh.SwipeRefreshLayoutManager",
    "date": "2022-05-05T13:41:17.892Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7981,
    "message": "Could not find generated setter for class com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageViewManager",
    "date": "2022-05-05T13:41:17.892Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7981,
    "message": "Could not find generated setter for class com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageShadowNode",
    "date": "2022-05-05T13:41:17.892Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7981,
    "message": "Could not find generated setter for class com.facebook.react.views.image.ReactImageManager",
    "date": "2022-05-05T13:41:17.893Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7981,
    "message": "Could not find generated setter for class com.facebook.react.views.modal.ReactModalHostManager",
    "date": "2022-05-05T13:41:17.894Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7981,
    "message": "Could not find generated setter for class com.facebook.react.views.modal.ModalHostShadowNode",
    "date": "2022-05-05T13:41:17.894Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7981,
    "message": "Could not find generated setter for class com.facebook.react.views.text.ReactRawTextManager",
    "date": "2022-05-05T13:41:17.895Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7981,
    "message": "Could not find generated setter for class com.facebook.react.views.text.ReactRawTextShadowNode",
    "date": "2022-05-05T13:41:17.895Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7981,
    "message": "Could not find generated setter for class com.facebook.react.views.textinput.ReactTextInputManager",
    "date": "2022-05-05T13:41:17.896Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7981,
    "message": "Could not find generated setter for class com.facebook.react.views.textinput.ReactTextInputShadowNode",
    "date": "2022-05-05T13:41:17.897Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.085Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7981,
    "message": "Could not find generated setter for class com.facebook.react.views.text.ReactTextViewManager",
    "date": "2022-05-05T13:41:17.897Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7981,
    "message": "Could not find generated setter for class com.facebook.react.views.text.ReactTextShadowNode",
    "date": "2022-05-05T13:41:17.898Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7981,
    "message": "Could not find generated setter for class com.facebook.react.views.unimplementedview.ReactUnimplementedViewManager",
    "date": "2022-05-05T13:41:17.898Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7981,
    "message": "Could not find generated setter for class devmenu.com.swmansion.gesturehandler.react.RNGestureHandlerRootViewManager",
    "date": "2022-05-05T13:41:17.898Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7981,
    "message": "Could not find generated setter for class devmenu.com.swmansion.gesturehandler.react.RNGestureHandlerButtonViewManager",
    "date": "2022-05-05T13:41:17.898Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7981,
    "message": "Could not find generated setter for class devmenu.com.th3rdwave.safeareacontext.SafeAreaProviderManager",
    "date": "2022-05-05T13:41:17.899Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7981,
    "message": "Could not find generated setter for class devmenu.com.th3rdwave.safeareacontext.SafeAreaViewManager",
    "date": "2022-05-05T13:41:17.899Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7981,
    "message": "Could not find generated setter for class devmenu.com.th3rdwave.safeareacontext.SafeAreaViewShadowNode",
    "date": "2022-05-05T13:41:17.899Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "SoLoader",
    "pid": 7867,
    "tid": 7981,
    "message": "libturbomodulejsijni.so not found on /data/data/com.test/lib-main",
    "date": "2022-05-05T13:41:17.901Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "SoLoader",
    "pid": 7867,
    "tid": 7981,
    "message": "libturbomodulejsijni.so found on /data/app/~~exi74GvAsY5NQI_cV5CY4w==/com.test-Evj15BjHHdxJ9BEkW8NJ_g==/lib/arm64",
    "date": "2022-05-05T13:41:17.901Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "presentDisplay display has no layers to compose, flushing client target buffer.",
    "date": "2022-05-05T13:41:07.964Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.085Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "SoLoader",
    "pid": 7867,
    "tid": 7981,
    "message": "Not resolving dependencies for libturbomodulejsijni.so",
    "date": "2022-05-05T13:41:17.901Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "unknown:ReactContext",
    "pid": 7867,
    "tid": 7989,
    "message": "initializeMessageQueueThreads() is called.",
    "date": "2022-05-05T13:41:17.926Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "netd",
    "pid": 291,
    "tid": 382,
    "message": "trafficSwapActiveStatsMap() <9.67ms>",
    "date": "2022-05-05T13:41:18.038Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "netd",
    "pid": 291,
    "tid": 382,
    "message": "tetherGetStats() -> {[]} <0.24ms>",
    "date": "2022-05-05T13:41:18.039Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "netd",
    "pid": 291,
    "tid": 382,
    "message": "bandwidthSetGlobalAlert(2097152) <0.03ms>",
    "date": "2022-05-05T13:41:18.044Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "netd",
    "pid": 291,
    "tid": 382,
    "message": "bandwidthRemoveInterfaceQuota(eth0) <0.38ms>",
    "date": "2022-05-05T13:41:18.046Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "netd",
    "pid": 291,
    "tid": 382,
    "message": "bandwidthSetInterfaceQuota(eth0, 9223372036854775807) <0.50ms>",
    "date": "2022-05-05T13:41:18.047Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "ReactNativeJS",
    "pid": 7867,
    "tid": 7987,
    "message": "ViewPropTypes will be removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'.",
    "date": "2022-05-05T13:41:18.238Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "ReactNativeJS",
    "pid": 7867,
    "tid": 7987,
    "message": "Running \"main",
    "date": "2022-05-05T13:41:18.255Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "Calling JS function after bridge has been destroyed: RCTDeviceEventEmitter.emit([\"mark\",{\"startTime\":1651758069120,\"name\":\"nativeLaunchStart\"}])",
    "date": "2022-05-05T13:41:18.374Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.085Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "Calling JS function after bridge has been destroyed: RCTDeviceEventEmitter.emit([\"mark\",{\"startTime\":1651758069203,\"name\":\"nativeLaunchEnd\"}])",
    "date": "2022-05-05T13:41:18.374Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "Calling JS function after bridge has been destroyed: RCTDeviceEventEmitter.emit([\"mark\",{\"startTime\":1651758077234,\"name\":\"processCoreReactPackageStart\"}])",
    "date": "2022-05-05T13:41:18.375Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "Calling JS function after bridge has been destroyed: RCTDeviceEventEmitter.emit([\"mark\",{\"startTime\":1651758076773,\"name\":\"downloadStart\"}])",
    "date": "2022-05-05T13:41:18.375Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "Calling JS function after bridge has been destroyed: RCTDeviceEventEmitter.emit([\"mark\",{\"startTime\":1651758077903,\"name\":\"preRunJsBundleStart\"}])",
    "date": "2022-05-05T13:41:18.375Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "Calling JS function after bridge has been destroyed: RCTDeviceEventEmitter.emit([\"mark\",{\"startTime\":1651758077926,\"name\":\"preSetupReactContextStart\"}])",
    "date": "2022-05-05T13:41:18.375Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "Calling JS function after bridge has been destroyed: RCTDeviceEventEmitter.emit([\"mark\",{\"startTime\":1651758077899,\"name\":\"createUiManagerModuleConstantsEnd\"}])",
    "date": "2022-05-05T13:41:18.375Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "Calling JS function after bridge has been destroyed: RCTDeviceEventEmitter.emit([\"mark\",{\"startTime\":1651758077884,\"name\":\"createReactContextEnd\"}])",
    "date": "2022-05-05T13:41:18.375Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "Calling JS function after bridge has been destroyed: RCTDeviceEventEmitter.emit([\"mark\",{\"startTime\":1651758076773,\"name\":\"bridgeSetupStart\"}])",
    "date": "2022-05-05T13:41:18.375Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "Calling JS function after bridge has been destroyed: RCTDeviceEventEmitter.emit([\"mark\",{\"startTime\":1651758077927,\"name\":\"setupReactContextEnd\"}])",
    "date": "2022-05-05T13:41:18.375Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "Calling JS function after bridge has been destroyed: RCTDeviceEventEmitter.emit([\"mark\",{\"startTime\":1651758078374,\"name\":\"contentAppeared\"}])",
    "date": "2022-05-05T13:41:18.375Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.085Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "Calling JS function after bridge has been destroyed: RCTDeviceEventEmitter.emit([\"mark\",{\"startTime\":1651758077234,\"name\":\"vmInit\"}])",
    "date": "2022-05-05T13:41:18.375Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "Calling JS function after bridge has been destroyed: RCTDeviceEventEmitter.emit([\"mark\",{\"startTime\":1651758077885,\"name\":\"createUiManagerModuleStart\"}])",
    "date": "2022-05-05T13:41:18.375Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "Calling JS function after bridge has been destroyed: RCTDeviceEventEmitter.emit([\"mark\",{\"startTime\":1651758077927,\"name\":\"attachMeasuredRootViewsEnd\"}])",
    "date": "2022-05-05T13:41:18.375Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "Calling JS function after bridge has been destroyed: RCTDeviceEventEmitter.emit([\"mark\",{\"startTime\":1651758077231,\"name\":\"reactContextThreadStart\"}])",
    "date": "2022-05-05T13:41:18.376Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "Calling JS function after bridge has been destroyed: RCTDeviceEventEmitter.emit([\"mark\",{\"startTime\":1651758077234,\"name\":\"reactContextThreadEnd\"}])",
    "date": "2022-05-05T13:41:18.376Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "Calling JS function after bridge has been destroyed: RCTDeviceEventEmitter.emit([\"mark\",{\"startTime\":1651758077885,\"name\":\"createViewManagersStart\"}])",
    "date": "2022-05-05T13:41:18.376Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "Calling JS function after bridge has been destroyed: RCTDeviceEventEmitter.emit([\"mark\",{\"startTime\":1651758077236,\"name\":\"createCatalystInstanceStart\"}])",
    "date": "2022-05-05T13:41:18.376Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "Calling JS function after bridge has been destroyed: RCTDeviceEventEmitter.emit([\"mark\",{\"startTime\":1651758077885,\"name\":\"createViewManagersEnd\"}])",
    "date": "2022-05-05T13:41:18.376Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "Calling JS function after bridge has been destroyed: RCTDeviceEventEmitter.emit([\"mark\",{\"startTime\":1651758077234,\"name\":\"createReactContextStart\"}])",
    "date": "2022-05-05T13:41:18.376Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "Calling JS function after bridge has been destroyed: RCTDeviceEventEmitter.emit([\"mark\",{\"startTime\":1651758077899,\"name\":\"createUiManagerModuleEnd\"}])",
    "date": "2022-05-05T13:41:18.376Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.085Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "Calling JS function after bridge has been destroyed: RCTDeviceEventEmitter.emit([\"mark\",{\"startTime\":1651758077926,\"name\":\"preSetupReactContextEnd\"}])",
    "date": "2022-05-05T13:41:18.376Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "Calling JS function after bridge has been destroyed: RCTDeviceEventEmitter.emit([\"mark\",{\"startTime\":1651758077236,\"name\":\"buildNativeModuleRegistryEnd\"}])",
    "date": "2022-05-05T13:41:18.376Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "Calling JS function after bridge has been destroyed: RCTDeviceEventEmitter.emit([\"mark\",{\"startTime\":1651758077236,\"name\":\"buildNativeModuleRegistryStart\"}])",
    "date": "2022-05-05T13:41:18.376Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "Calling JS function after bridge has been destroyed: RCTDeviceEventEmitter.emit([\"mark\",{\"startTime\":1651758078255,\"name\":\"runJsBundleEnd\"}])",
    "date": "2022-05-05T13:41:18.376Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "Calling JS function after bridge has been destroyed: RCTDeviceEventEmitter.emit([\"mark\",{\"startTime\":1651758077913,\"name\":\"runJsBundleStart\"}])",
    "date": "2022-05-05T13:41:18.376Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "Calling JS function after bridge has been destroyed: RCTDeviceEventEmitter.emit([\"mark\",{\"startTime\":1651758077884,\"name\":\"createCatalystInstanceEnd\"}])",
    "date": "2022-05-05T13:41:18.377Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "Calling JS function after bridge has been destroyed: RCTDeviceEventEmitter.emit([\"mark\",{\"startTime\":1651758077926,\"name\":\"setupReactContextStart\"}])",
    "date": "2022-05-05T13:41:18.377Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "Calling JS function after bridge has been destroyed: RCTDeviceEventEmitter.emit([\"mark\",{\"startTime\":1651758077885,\"name\":\"createUiManagerModuleConstantsStart\"}])",
    "date": "2022-05-05T13:41:18.377Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "Calling JS function after bridge has been destroyed: RCTDeviceEventEmitter.emit([\"mark\",{\"startTime\":1651758077926,\"name\":\"attachMeasuredRootViewsStart\"}])",
    "date": "2022-05-05T13:41:18.377Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "Calling JS function after bridge has been destroyed: RCTDeviceEventEmitter.emit([\"mark\",{\"startTime\":1651758077229,\"name\":\"downloadEnd\"}])",
    "date": "2022-05-05T13:41:18.377Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.085Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7867,
    "message": "Calling JS function after bridge has been destroyed: RCTDeviceEventEmitter.emit([\"mark\",{\"startTime\":1651758077234,\"name\":\"processCoreReactPackageEnd\"}])",
    "date": "2022-05-05T13:41:18.377Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "AndroidRuntime",
    "pid": 7867,
    "tid": 7867,
    "message": "Shutting down VM\n",
    "date": "2022-05-05T13:41:18.377Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "AndroidRuntime",
    "pid": 7867,
    "tid": 7867,
    "message": "FATAL EXCEPTION: main\nProcess: com.test, PID: 7867\njava.lang.IllegalStateException: Tried to access a JS module before the React instance was fully set up. Calls to ReactContext#getJSModule should only happen once initialize() has been called on your native module.\n\tat com.facebook.react.bridge.ReactContext.getJSModule(ReactContext.java:158)\n\tat com.oblador.performance.PerformanceModule.emit(PerformanceModule.java:150)\n\tat com.oblador.performance.PerformanceModule.emitMark(PerformanceModule.java:140)\n\tat com.oblador.performance.PerformanceModule.safelyEmitMark(PerformanceModule.java:128)\n\tat com.oblador.performance.PerformanceModule.emitNativeStartupTime(PerformanceModule.java:103)\n\tat com.oblador.performance.PerformanceModule.lambda$setupMarkerListener$1$com-oblador-performance-PerformanceModule(PerformanceModule.java:113)\n\tat com.oblador.performance.PerformanceModule$$ExternalSyntheticLambda0.logMarker(Unknown Source:2)\n\tat com.facebook.react.bridge.ReactMarker.logMarker(ReactMarker.java:137)\n\tat com.facebook.react.ReactRootView.onViewAdded(ReactRootView.java:397)\n\tat android.view.ViewGroup.dispatchViewAdded(ViewGroup.java:5129)\n\tat android.view.ViewGroup.addViewInner(ViewGroup.java:5301)\n\tat android.view.ViewGroup.addView(ViewGroup.java:5076)\n\tat android.view.ViewGroup.addView(ViewGroup.java:5016)\n\tat com.facebook.react.uimanager.ViewGroupManager.addView(ViewGroupManager.java:37)\n\tat com.facebook.react.uimanager.NativeViewHierarchyManager.manageChildren(NativeViewHierarchyManager.java:533)\n\tat com.facebook.react.uimanager.UIViewOperationQueue$ManageChildrenOperation.execute(UIViewOperationQueue.java:217)\n\tat com.facebook.react.uimanager.UIViewOperationQueue$1.run(UIViewOperationQueue.java:915)\n\tat com.facebook.react.uimanager.UIViewOperationQueue.flushPendingBatches(UIViewOperationQueue.java:1026)\n\tat com.facebook.react.uimanager.UIViewOperationQueue.access$2600(UIViewOperationQueue.java:47)\n\tat com.facebook.react.uimanager.UIViewOperationQueue$DispatchUIFrameCallback.doFrameGuarded(UIViewOperationQueue.java:1086)\n\tat com.facebook.react.uimanager.GuardedFrameCallback.doFrame(GuardedFrameCallback.java:29)\n\tat com.facebook.react.modules.core.ReactChoreographer$ReactChoreographerDispatcher.doFrame(ReactChoreographer.java:175)\n\tat com.facebook.react.modules.core.ChoreographerCompat$FrameCallback$1.doFrame(ChoreographerCompat.java:85)\n\tat android.view.Choreographer$CallbackRecord.run(Choreographer.java:1035)\n\tat android.view.Choreographer.doCallbacks(Choreographer.java:845)\n\tat android.view.Choreographer.doFrame(Choreographer.java:775)\n\tat android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1022)\n\tat android.os.Handler.handleCallback(Handler.java:938)\n\tat android.os.Handler.dispatchMessage(Handler.java:99)\n\tat android.os.Looper.loopOnce(Looper.java:201)\n\tat android.os.Looper.loop(Looper.java:288)\n\tat android.app.ActivityThread.main(ActivityThread.java:7839)\n\tat java.lang.reflect.Method.invoke(Native Method)\n\tat com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)\n\tat com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003)\n",
    "date": "2022-05-05T13:41:18.378Z",
    "type": "error",
    "count": 1
  },
  {
    "tag": "DevLauncher",
    "pid": 7867,
    "tid": 7867,
    "message": "DevLauncher tries to handle uncaught exception.\njava.lang.IllegalStateException: Tried to access a JS module before the React instance was fully set up. Calls to ReactContext#getJSModule should only happen once initialize() has been called on your native module.\n\tat com.facebook.react.bridge.ReactContext.getJSModule(ReactContext.java:158)\n\tat com.oblador.performance.PerformanceModule.emit(PerformanceModule.java:150)\n\tat com.oblador.performance.PerformanceModule.emitMark(PerformanceModule.java:140)\n\tat com.oblador.performance.PerformanceModule.safelyEmitMark(PerformanceModule.java:128)\n\tat com.oblador.performance.PerformanceModule.emitNativeStartupTime(PerformanceModule.java:103)\n\tat com.oblador.performance.PerformanceModule.lambda$setupMarkerListener$1$com-oblador-performance-PerformanceModule(PerformanceModule.java:113)\n\tat com.oblador.performance.PerformanceModule$$ExternalSyntheticLambda0.logMarker(Unknown Source:2)\n\tat com.facebook.react.bridge.ReactMarker.logMarker(ReactMarker.java:137)\n\tat com.facebook.react.ReactRootView.onViewAdded(ReactRootView.java:397)\n\tat android.view.ViewGroup.dispatchViewAdded(ViewGroup.java:5129)\n\tat android.view.ViewGroup.addViewInner(ViewGroup.java:5301)\n\tat android.view.ViewGroup.addView(ViewGroup.java:5076)\n\tat android.view.ViewGroup.addView(ViewGroup.java:5016)\n\tat com.facebook.react.uimanager.ViewGroupManager.addView(ViewGroupManager.java:37)\n\tat com.facebook.react.uimanager.NativeViewHierarchyManager.manageChildren(NativeViewHierarchyManager.java:533)\n\tat com.facebook.react.uimanager.UIViewOperationQueue$ManageChildrenOperation.execute(UIViewOperationQueue.java:217)\n\tat com.facebook.react.uimanager.UIViewOperationQueue$1.run(UIViewOperationQueue.java:915)\n\tat com.facebook.react.uimanager.UIViewOperationQueue.flushPendingBatches(UIViewOperationQueue.java:1026)\n\tat com.facebook.react.uimanager.UIViewOperationQueue.access$2600(UIViewOperationQueue.java:47)\n\tat com.facebook.react.uimanager.UIViewOperationQueue$DispatchUIFrameCallback.doFrameGuarded(UIViewOperationQueue.java:1086)\n\tat com.facebook.react.uimanager.GuardedFrameCallback.doFrame(GuardedFrameCallback.java:29)\n\tat com.facebook.react.modules.core.ReactChoreographer$ReactChoreographerDispatcher.doFrame(ReactChoreographer.java:175)\n\tat com.facebook.react.modules.core.ChoreographerCompat$FrameCallback$1.doFrame(ChoreographerCompat.java:85)\n\tat android.view.Choreographer$CallbackRecord.run(Choreographer.java:1035)\n\tat android.view.Choreographer.doCallbacks(Choreographer.java:845)\n\tat android.view.Choreographer.doFrame(Choreographer.java:775)\n\tat android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1022)\n\tat android.os.Handler.handleCallback(Handler.java:938)\n\tat android.os.Handler.dispatchMessage(Handler.java:99)\n\tat android.os.Looper.loopOnce(Looper.java:201)\n\tat android.os.Looper.loop(Looper.java:288)\n\tat android.app.ActivityThread.main(ActivityThread.java:7839)\n\tat java.lang.reflect.Method.invoke(Native Method)\n\tat com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)\n\tat com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003)\n",
    "date": "2022-05-05T13:41:18.379Z",
    "type": "error",
    "count": 1
  },
  {
    "tag": "ActivityTaskManager",
    "pid": 511,
    "tid": 2057,
    "message": "START u0 {flg=0x10018000 cmp=com.test/expo.modules.devlauncher.launcher.errors.DevLauncherErrorActivity} from uid 10147",
    "date": "2022-05-05T13:41:18.384Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f76f0000 0x1f7ccc000]\n",
    "date": "2022-05-05T13:41:18.384Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "PhoneStartingWindowTypeAlgorithm",
    "pid": 772,
    "tid": 867,
    "message": "preferredStartingWindowType newTask:true taskSwitch:false processRunning:true allowTaskSnapshot:true activityCreated:false useEmptySplashScreen:true legacySplashScreen:false topIsHome:false",
    "date": "2022-05-05T13:41:18.390Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "StartingSurfaceDrawer",
    "pid": 772,
    "tid": 867,
    "message": "addSplashScreen com.test theme=7f1101a5 task=21 suggestType=3",
    "date": "2022-05-05T13:41:18.390Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "StartingSurfaceDrawer",
    "pid": 772,
    "tid": 868,
    "message": "window attributes color: 0 icon null duration 0 brandImage null",
    "date": "2022-05-05T13:41:18.393Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "SplashScreenView",
    "pid": 772,
    "tid": 868,
    "message": "Build android.window.SplashScreenView{4a6c682 V.E...... ......ID 0,0-0,0}\nIcon: view: null drawable: null size: 0\nBranding: view: android.view.View{60a5193 G.ED..... ......I. 0,0-0,0 #10204a6 android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0",
    "date": "2022-05-05T13:41:18.393Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.086Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "StartingSurfaceDrawer",
    "pid": 772,
    "tid": 868,
    "message": "fillViewWithIcon surfaceWindowView android.window.SplashScreenView{4a6c682 V.E...... ......ID 0,0-0,0}",
    "date": "2022-05-05T13:41:18.393Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f4928000 0x1f5250000]\n",
    "date": "2022-05-05T13:41:18.410Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "ActivityManager",
    "pid": 511,
    "tid": 2839,
    "message": "Unable to start service Intent { act=android.service.smartspace.SmartspaceService cmp=com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiSmartspaceService } U=0: not found",
    "date": "2022-05-05T13:41:18.428Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RemoteSmartspaceService",
    "pid": 511,
    "tid": 2839,
    "message": "could not bind to Intent { act=android.service.smartspace.SmartspaceService cmp=com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiSmartspaceService } using flags 67112961",
    "date": "2022-05-05T13:41:18.428Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "ActivityManager",
    "pid": 511,
    "tid": 511,
    "message": "Unbind failed: could not find connection for android.app.LoadedApk$ServiceDispatcher$InnerConnection@4d51d86",
    "date": "2022-05-05T13:41:18.434Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f5b78000 0x1f64a0000]\n",
    "date": "2022-05-05T13:41:18.435Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f64a0000 0x1f6dc8000]\n",
    "date": "2022-05-05T13:41:18.436Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1facf0000 0x1fb618000]\n",
    "date": "2022-05-05T13:41:18.448Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1fb618000 0x1fbf40000]\n",
    "date": "2022-05-05T13:41:18.458Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f8000000 0x1f8928000]\n",
    "date": "2022-05-05T13:41:18.469Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.086Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f8928000 0x1f9250000]\n",
    "date": "2022-05-05T13:41:18.477Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "SurfaceFlinger",
    "pid": 352,
    "tid": 352,
    "message": "couldn't log to binary event log: overflow.",
    "date": "2022-05-05T13:41:18.477Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f5250000 0x1f5b78000]\n",
    "date": "2022-05-05T13:41:18.479Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f9250000 0x1f9b78000]\n",
    "date": "2022-05-05T13:41:18.481Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "EGL_emulation",
    "pid": 772,
    "tid": 870,
    "message": "app_time_stats: avg=172.79ms min=7.37ms max=2471.49ms count=18",
    "date": "2022-05-05T13:41:18.484Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "com.test",
    "pid": 7867,
    "tid": 7874,
    "message": "Background concurrent copying GC freed 167946(17MB) AllocSpace objects, 22(712KB) LOS objects, 49% free, 19MB/38MB, paused 29us,13us total 185.137ms",
    "date": "2022-05-05T13:41:18.434Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "ActivityTaskManager",
    "pid": 511,
    "tid": 541,
    "message": "Activity top resumed state loss timeout for ActivityRecord{3a79f02 u0 com.test/expo.modules.devmenu.DevMenuActivity t21 f}}",
    "date": "2022-05-05T13:41:18.888Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "ActivityTaskManager",
    "pid": 511,
    "tid": 541,
    "message": "Activity pause timeout for ActivityRecord{3a79f02 u0 com.test/expo.modules.devmenu.DevMenuActivity t21 f}}",
    "date": "2022-05-05T13:41:18.888Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "ActivityTaskManager",
    "pid": 511,
    "tid": 541,
    "message": "Tried to set launchTime (0) < mLastActivityLaunchTime (1862237)",
    "date": "2022-05-05T13:41:18.888Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:18.889Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.086Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:18.889Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:18.889Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:18.889Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:18.889Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:18.889Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:18.889Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:18.889Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:18.889Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:18.889Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:18.889Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.086Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:18.889Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:18.889Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:18.889Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:18.889Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:18.889Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:18.889Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:18.889Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:18.889Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:18.889Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "ActivityManager",
    "pid": 511,
    "tid": 1400,
    "message": "Unable to start service Intent { act=android.service.smartspace.SmartspaceService cmp=com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiSmartspaceService } U=0: not found",
    "date": "2022-05-05T13:41:18.899Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.086Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RemoteSmartspaceService",
    "pid": 511,
    "tid": 1400,
    "message": "could not bind to Intent { act=android.service.smartspace.SmartspaceService cmp=com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiSmartspaceService } using flags 67112961",
    "date": "2022-05-05T13:41:18.899Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "ActivityManager",
    "pid": 511,
    "tid": 511,
    "message": "Unbind failed: could not find connection for android.app.LoadedApk$ServiceDispatcher$InnerConnection@57cf555",
    "date": "2022-05-05T13:41:18.900Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "ActivityManager",
    "pid": 511,
    "tid": 1400,
    "message": "Unable to start service Intent { act=android.service.smartspace.SmartspaceService cmp=com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiSmartspaceService } U=0: not found",
    "date": "2022-05-05T13:41:18.912Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RemoteSmartspaceService",
    "pid": 511,
    "tid": 1400,
    "message": "could not bind to Intent { act=android.service.smartspace.SmartspaceService cmp=com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiSmartspaceService } using flags 67112961",
    "date": "2022-05-05T13:41:18.913Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "ActivityManager",
    "pid": 511,
    "tid": 511,
    "message": "Unbind failed: could not find connection for android.app.LoadedApk$ServiceDispatcher$InnerConnection@97bd85b",
    "date": "2022-05-05T13:41:18.913Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "UsageStatsService",
    "pid": 511,
    "tid": 548,
    "message": "Unexpected activity event reported! (com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity event : 23 instanceId : 52726387)",
    "date": "2022-05-05T13:41:18.914Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "EGL_emulation",
    "pid": 772,
    "tid": 870,
    "message": "app_time_stats: avg=227.99ms min=16.13ms max=1919.35ms count=9",
    "date": "2022-05-05T13:41:18.932Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "unknown:ReactContext",
    "pid": 7867,
    "tid": 7994,
    "message": "initializeMessageQueueThreads() is called.",
    "date": "2022-05-05T13:41:18.942Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class org.reactnative.maskedview.RNCMaskedViewManager",
    "date": "2022-05-05T13:41:18.952Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.dylanvann.fastimage.FastImageViewManager",
    "date": "2022-05-05T13:41:18.954Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "validateDisplay: layer 69 CompositionType 1, fallback",
    "date": "2022-05-05T13:41:07.978Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 2057,
    "message": "Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:09.086Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.swmansion.gesturehandler.react.RNGestureHandlerRootViewManager",
    "date": "2022-05-05T13:41:18.955Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.swmansion.gesturehandler.react.RNGestureHandlerButtonViewManager",
    "date": "2022-05-05T13:41:18.956Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.reactnativepagerview.PagerViewViewManager",
    "date": "2022-05-05T13:41:18.957Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.th3rdwave.safeareacontext.SafeAreaProviderManager",
    "date": "2022-05-05T13:41:18.957Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.th3rdwave.safeareacontext.SafeAreaViewManager",
    "date": "2022-05-05T13:41:18.958Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.th3rdwave.safeareacontext.SafeAreaViewShadowNode",
    "date": "2022-05-05T13:41:18.959Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.swmansion.rnscreens.ScreenContainerViewManager",
    "date": "2022-05-05T13:41:18.959Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.swmansion.rnscreens.ScreenViewManager",
    "date": "2022-05-05T13:41:18.960Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.swmansion.rnscreens.ScreenStackViewManager",
    "date": "2022-05-05T13:41:18.966Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.swmansion.rnscreens.ScreenStackHeaderConfigViewManager",
    "date": "2022-05-05T13:41:18.967Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "GsaVoiceInteractionSrv",
    "pid": 2168,
    "tid": 2168,
    "message": "Handling ACTION_STOP_HOTWORD\n",
    "date": "2022-05-05T13:41:09.103Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.swmansion.rnscreens.ScreenStackHeaderSubviewManager",
    "date": "2022-05-05T13:41:18.967Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.swmansion.rnscreens.SearchBarManager",
    "date": "2022-05-05T13:41:18.968Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.ijzerenhein.sharedelement.RNSharedElementTransitionManager",
    "date": "2022-05-05T13:41:18.970Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$GroupViewManager",
    "date": "2022-05-05T13:41:18.971Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$RenderableShadowNode",
    "date": "2022-05-05T13:41:18.973Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$PathViewManager",
    "date": "2022-05-05T13:41:18.973Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$CircleViewManager",
    "date": "2022-05-05T13:41:18.974Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$EllipseViewManager",
    "date": "2022-05-05T13:41:18.974Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$LineViewManager",
    "date": "2022-05-05T13:41:18.975Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$RectViewManager",
    "date": "2022-05-05T13:41:18.975Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "HwDetectorWithState",
    "pid": 2168,
    "tid": 2168,
    "message": "a: 3\n",
    "date": "2022-05-05T13:41:09.103Z",
    "type": "error",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$TextViewManager",
    "date": "2022-05-05T13:41:18.976Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$TSpanViewManager",
    "date": "2022-05-05T13:41:18.982Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$TextPathViewManager",
    "date": "2022-05-05T13:41:18.983Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$ImageViewManager",
    "date": "2022-05-05T13:41:18.984Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$ClipPathViewManager",
    "date": "2022-05-05T13:41:18.985Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$DefsViewManager",
    "date": "2022-05-05T13:41:18.985Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$UseViewManager",
    "date": "2022-05-05T13:41:18.986Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$SymbolManager",
    "date": "2022-05-05T13:41:18.988Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$LinearGradientManager",
    "date": "2022-05-05T13:41:18.990Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$RadialGradientManager",
    "date": "2022-05-05T13:41:18.991Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "CompatibilityChangeReporter",
    "pid": 7867,
    "tid": 7867,
    "message": "Compat change id reported: 171979766; UID 10147; state: ENABLED",
    "date": "2022-05-05T13:41:09.130Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$PatternManager",
    "date": "2022-05-05T13:41:18.992Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$MaskManager",
    "date": "2022-05-05T13:41:18.993Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$ForeignObjectManager",
    "date": "2022-05-05T13:41:18.999Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.horcrux.svg.RenderableViewManager$MarkerManager",
    "date": "2022-05-05T13:41:19.001Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.horcrux.svg.SvgViewManager",
    "date": "2022-05-05T13:41:19.002Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ViewManagerPropertyUpdater",
    "pid": 7867,
    "tid": 7996,
    "message": "Could not find generated setter for class com.reactnativecommunity.webview.RNCWebViewManager",
    "date": "2022-05-05T13:41:19.004Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "unknown:ReactContext",
    "pid": 7867,
    "tid": 7996,
    "message": "initializeMessageQueueThreads() is called.",
    "date": "2022-05-05T13:41:19.006Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "ConnectivityService",
    "pid": 511,
    "tid": 1400,
    "message": "requestNetwork for uid/pid:10147/7867 activeRequest: null callbackRequest: 130 [NetworkRequest [ REQUEST id=131, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10147 RequestorUid: 10147 RequestorPkg: com.test] ]] callback flags: 0 priority: 2147483647",
    "date": "2022-05-05T13:41:19.015Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "ConnectivityService",
    "pid": 511,
    "tid": 712,
    "message": "NetReassign [131 : null → 100]",
    "date": "2022-05-05T13:41:19.016Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "WifiNetworkFactory",
    "pid": 511,
    "tid": 705,
    "message": "got request NetworkRequest [ REQUEST id=131, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10147 RequestorUid: 10147 RequestorPkg: com.test] ]",
    "date": "2022-05-05T13:41:19.017Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "NetworkSecurityConfig",
    "pid": 7867,
    "tid": 7867,
    "message": "No Network Security Config specified, using platform default",
    "date": "2022-05-05T13:41:09.152Z",
    "type": "debug",
    "count": 2
  },
  {
    "tag": "UntrustedWifiNetworkFactory",
    "pid": 511,
    "tid": 705,
    "message": "got request NetworkRequest [ REQUEST id=131, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10147 RequestorUid: 10147 RequestorPkg: com.test] ]",
    "date": "2022-05-05T13:41:19.017Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "OemPaidWifiNetworkFactory",
    "pid": 511,
    "tid": 705,
    "message": "got request NetworkRequest [ REQUEST id=131, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10147 RequestorUid: 10147 RequestorPkg: com.test] ]",
    "date": "2022-05-05T13:41:19.017Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "unknown:ReactContextBaseJavaModule",
    "pid": 7867,
    "tid": 7993,
    "message": "Unhandled SoftException\njava.lang.RuntimeException: Catalyst Instance has already disappeared: requested by WebSocketModule\n\tat com.facebook.react.bridge.ReactContextBaseJavaModule.getReactApplicationContextIfActiveOrWarn(ReactContextBaseJavaModule.java:66)\n\tat com.facebook.react.modules.websocket.WebSocketModule.sendEvent(WebSocketModule.java:62)\n\tat com.facebook.react.modules.websocket.WebSocketModule.access$100(WebSocketModule.java:40)\n\tat com.facebook.react.modules.websocket.WebSocketModule$1.onMessage(WebSocketModule.java:190)\n\tat okhttp3.internal.ws.RealWebSocket.onReadMessage(RealWebSocket.kt:333)\n\tat okhttp3.internal.ws.WebSocketReader.readMessageFrame(WebSocketReader.kt:245)\n\tat okhttp3.internal.ws.WebSocketReader.processNextFrame(WebSocketReader.kt:106)\n\tat okhttp3.internal.ws.RealWebSocket.loopReader(RealWebSocket.kt:293)\n\tat okhttp3.internal.ws.RealWebSocket$connect$1.onResponse(RealWebSocket.kt:195)\n\tat okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519)\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)\n\tat java.lang.Thread.run(Thread.java:920)\n",
    "date": "2022-05-05T13:41:19.158Z",
    "type": "error",
    "count": 5
  },
  {
    "tag": "ReactNativeJS",
    "pid": 7867,
    "tid": 7995,
    "message": "Running \"main\" with {\"rootTag\":31}",
    "date": "2022-05-05T13:41:19.260Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "unknown:ReactNative",
    "pid": 7867,
    "tid": 7996,
    "message": "StatusBarModule: Ignored status bar change, current activity is null.",
    "date": "2022-05-05T13:41:19.340Z",
    "type": "warn",
    "count": 4
  },
  {
    "tag": "ActivityTaskManager",
    "pid": 511,
    "tid": 1400,
    "message": "  Force finishing activity com.test/expo.modules.devlauncher.launcher.errors.DevLauncherErrorActivity",
    "date": "2022-05-05T13:41:20.478Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f4928000 0x1f4f04000]\n",
    "date": "2022-05-05T13:41:20.481Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "DropBoxManagerService",
    "pid": 511,
    "tid": 8015,
    "message": "add tag=data_app_crash isTagEnabled=true flags=0x2",
    "date": "2022-05-05T13:41:20.521Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "BroadcastQueue",
    "pid": 511,
    "tid": 549,
    "message": "Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver",
    "date": "2022-05-05T13:41:20.527Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "BroadcastQueue",
    "pid": 511,
    "tid": 549,
    "message": "Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver",
    "date": "2022-05-05T13:41:20.527Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "FirebaseApp",
    "pid": 7867,
    "tid": 7867,
    "message": "Default FirebaseApp failed to initialize because no default options were found. This usually means that com.google.gms:google-services was not applied to your gradle project.",
    "date": "2022-05-05T13:41:09.207Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f4f04000 0x1f524c000]\n",
    "date": "2022-05-05T13:41:20.553Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f524c000 0x1f5594000]\n",
    "date": "2022-05-05T13:41:20.562Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f5594000 0x1f58dc000]\n",
    "date": "2022-05-05T13:41:20.562Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "android.youtub",
    "pid": 4680,
    "tid": 4686,
    "message": "Reducing the number of considered missed Gc histogram windows from 179 to 100",
    "date": "2022-05-05T13:41:20.793Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "ActivityTaskManager",
    "pid": 511,
    "tid": 541,
    "message": "Activity top resumed state loss timeout for ActivityRecord{432e6ae u0 com.test/expo.modules.devlauncher.launcher.errors.DevLauncherErrorActivity t21 f}}",
    "date": "2022-05-05T13:41:20.985Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "ActivityTaskManager",
    "pid": 511,
    "tid": 541,
    "message": "Activity pause timeout for ActivityRecord{432e6ae u0 com.test/expo.modules.devlauncher.launcher.errors.DevLauncherErrorActivity t21 f}}",
    "date": "2022-05-05T13:41:21.018Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "StartingSurfaceDrawer",
    "pid": 772,
    "tid": 867,
    "message": "Task start finish, remove starting surface for task 21",
    "date": "2022-05-05T13:41:21.020Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:21.025Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:21.025Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:21.025Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "FirebaseInitProvider",
    "pid": 7867,
    "tid": 7867,
    "message": "FirebaseApp initialization unsuccessful",
    "date": "2022-05-05T13:41:09.209Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:21.025Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:21.025Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:21.025Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:21.025Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:21.025Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:21.025Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:21.025Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:21.028Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:21.028Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:21.028Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "validateDisplay: layer 70 CompositionType 1, fallback",
    "date": "2022-05-05T13:41:09.211Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:21.028Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:21.028Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:21.028Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:21.028Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:21.028Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:21.028Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputReader",
    "pid": 511,
    "tid": 541,
    "message": "Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.",
    "date": "2022-05-05T13:41:21.028Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputManager-JNI",
    "pid": 511,
    "tid": 2038,
    "message": "Input channel object '19d5fdc Splash Screen com.test (client)' was disposed without first being removed with the input manager!",
    "date": "2022-05-05T13:41:21.031Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f58dc000 0x1f6204000]\n",
    "date": "2022-05-05T13:41:21.047Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f6204000 0x1f6b2c000]\n",
    "date": "2022-05-05T13:41:21.053Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "presentDisplay display has no layers to compose, flushing client target buffer.",
    "date": "2022-05-05T13:41:09.214Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1facf0000 0x1fb618000]\n",
    "date": "2022-05-05T13:41:21.055Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "ActivityManager",
    "pid": 511,
    "tid": 2839,
    "message": "Unable to start service Intent { act=android.service.smartspace.SmartspaceService cmp=com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiSmartspaceService } U=0: not found",
    "date": "2022-05-05T13:41:21.058Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RemoteSmartspaceService",
    "pid": 511,
    "tid": 2839,
    "message": "could not bind to Intent { act=android.service.smartspace.SmartspaceService cmp=com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiSmartspaceService } using flags 67112961",
    "date": "2022-05-05T13:41:21.059Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "ActivityManager",
    "pid": 511,
    "tid": 511,
    "message": "Unbind failed: could not find connection for android.app.LoadedApk$ServiceDispatcher$InnerConnection@77f5c82",
    "date": "2022-05-05T13:41:21.059Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "ActivityManager",
    "pid": 511,
    "tid": 2931,
    "message": "Unable to start service Intent { act=android.service.smartspace.SmartspaceService cmp=com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiSmartspaceService } U=0: not found",
    "date": "2022-05-05T13:41:21.063Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1fb618000 0x1fbf40000]\n",
    "date": "2022-05-05T13:41:21.065Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "RemoteSmartspaceService",
    "pid": 511,
    "tid": 2931,
    "message": "could not bind to Intent { act=android.service.smartspace.SmartspaceService cmp=com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiSmartspaceService } using flags 67112961",
    "date": "2022-05-05T13:41:21.068Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "ActivityManager",
    "pid": 511,
    "tid": 511,
    "message": "Unbind failed: could not find connection for android.app.LoadedApk$ServiceDispatcher$InnerConnection@3033bd0",
    "date": "2022-05-05T13:41:21.068Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "GsaVoiceInteractionSrv",
    "pid": 2168,
    "tid": 2168,
    "message": "Handling ACTION_START_HOTWORD\n",
    "date": "2022-05-05T13:41:21.070Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "GsaVoiceInteractionSrv",
    "pid": 2168,
    "tid": 2168,
    "message": "disregardVoiceMatch: false\n",
    "date": "2022-05-05T13:41:21.071Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "Sentry",
    "pid": 7867,
    "tid": 7867,
    "message": "io.sentry.auto-init read: false",
    "date": "2022-05-05T13:41:09.225Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "GsaVoiceInteractionSrv",
    "pid": 2168,
    "tid": 2168,
    "message": "Cannot start hotword, hotword has been explicitly disabled.\n",
    "date": "2022-05-05T13:41:21.071Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f8000000 0x1f8928000]\n",
    "date": "2022-05-05T13:41:21.072Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "goldfish-address-space",
    "pid": 307,
    "tid": 463,
    "message": "claimShared: Ask to claim region [0x1f8928000 0x1f9250000]\n",
    "date": "2022-05-05T13:41:21.073Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "EGL_emulation",
    "pid": 772,
    "tid": 870,
    "message": "app_time_stats: avg=240.66ms min=12.98ms max=2034.51ms count=9",
    "date": "2022-05-05T13:41:21.098Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "EGL_emulation",
    "pid": 772,
    "tid": 870,
    "message": "app_time_stats: avg=104.62ms min=1.52ms max=2034.94ms count=25",
    "date": "2022-05-05T13:41:21.100Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "EGL_emulation",
    "pid": 511,
    "tid": 4178,
    "message": "app_time_stats: avg=139.21ms min=1.05ms max=1367.29ms count=10",
    "date": "2022-05-05T13:41:22.096Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "WindowManager",
    "pid": 511,
    "tid": 1400,
    "message": "  Force finishing activity com.test/expo.modules.devlauncher.launcher.errors.DevLauncherErrorActivity",
    "date": "2022-05-05T13:41:22.151Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "WindowManager",
    "pid": 511,
    "tid": 1400,
    "message": "  Force finishing activity com.test/expo.modules.devmenu.DevMenuActivity",
    "date": "2022-05-05T13:41:22.152Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "WindowManager",
    "pid": 511,
    "tid": 1400,
    "message": "  Force finishing activity com.test/.MainActivity",
    "date": "2022-05-05T13:41:22.152Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "ActivityManager",
    "pid": 511,
    "tid": 1400,
    "message": "Killing 7867:com.test/u0a147 (adj 900): crash",
    "date": "2022-05-05T13:41:22.155Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "presentDisplay display has no layers to compose, flushing client target buffer.",
    "date": "2022-05-05T13:41:07.981Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "Sentry",
    "pid": 7867,
    "tid": 7867,
    "message": "Retrieving auto-init from AndroidManifest.xml",
    "date": "2022-05-05T13:41:09.226Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "InputManager-JNI",
    "pid": 511,
    "tid": 542,
    "message": "Input channel object '7f89426 com.test/expo.modules.devmenu.DevMenuActivity (client)' was disposed without first being removed with the input manager!",
    "date": "2022-05-05T13:41:22.162Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "InputManager-JNI",
    "pid": 511,
    "tid": 542,
    "message": "Input channel object '29dec33 com.test/com.test.MainActivity (client)' was disposed without first being removed with the input manager!",
    "date": "2022-05-05T13:41:22.163Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "ActivityTaskManager",
    "pid": 511,
    "tid": 542,
    "message": "Can't find TaskDisplayArea to determine support for multi window. Task id=21 attached=false",
    "date": "2022-05-05T13:41:22.164Z",
    "type": "warn",
    "count": 2
  },
  {
    "tag": "OpenGLRenderer",
    "pid": 511,
    "tid": 4178,
    "message": "endAllActiveAnimators on 0xb4000072091ab700 (RippleDrawable) with handle 0xb40000711918ecd0",
    "date": "2022-05-05T13:41:22.166Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "InputManager-JNI",
    "pid": 511,
    "tid": 539,
    "message": "Input channel object '1702ed Application Error: com.test (client)' was disposed without first being removed with the input manager!",
    "date": "2022-05-05T13:41:22.167Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "EGL_emulation",
    "pid": 772,
    "tid": 870,
    "message": "app_time_stats: avg=120.22ms min=14.89ms max=950.68ms count=9",
    "date": "2022-05-05T13:41:22.181Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "EGL_emulation",
    "pid": 772,
    "tid": 870,
    "message": "app_time_stats: avg=120.20ms min=13.72ms max=950.91ms count=9",
    "date": "2022-05-05T13:41:22.182Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "GoogleInputMethodService",
    "pid": 1416,
    "tid": 1416,
    "message": "GoogleInputMethodService.onFinishInput():3420 \n",
    "date": "2022-05-05T13:41:22.199Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "GoogleInputMethodService",
    "pid": 1416,
    "tid": 1416,
    "message": "GoogleInputMethodService.onStartInput():2002 \n",
    "date": "2022-05-05T13:41:22.199Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "DeviceUnlockedTag",
    "pid": 1416,
    "tid": 1416,
    "message": "DeviceUnlockedTag.notifyDeviceLockStatusChanged():31 Notify device unlocked.\n",
    "date": "2022-05-05T13:41:22.199Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "validateDisplay: layer 70 CompositionType 1, fallback",
    "date": "2022-05-05T13:41:09.227Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "libprocessgroup",
    "pid": 511,
    "tid": 551,
    "message": "Successfully killed process cgroup uid 10147 pid 7867 in 43ms",
    "date": "2022-05-05T13:41:22.202Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "ActivityManager",
    "pid": 511,
    "tid": 541,
    "message": "setHasOverlayUi called on unknown pid: 7867",
    "date": "2022-05-05T13:41:22.204Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "ConnectivityService",
    "pid": 511,
    "tid": 2931,
    "message": "ConnectivityService NetworkRequestInfo binderDied(uid/pid:10147/7867, android.os.BinderProxy@caf20d7)",
    "date": "2022-05-05T13:41:22.205Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "ConnectivityService",
    "pid": 511,
    "tid": 712,
    "message": "releasing NetworkRequest [ REQUEST id=131, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VCN_MANAGED Uid: 10147 RequestorUid: 10147 RequestorPkg: com.test] ] (release request)",
    "date": "2022-05-05T13:41:22.205Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "binder",
    "pid": 7016,
    "tid": 7016,
    "message": "undelivered transaction 525124, process died.",
    "date": "2022-05-05T13:41:22.207Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "binder",
    "pid": 7016,
    "tid": 7016,
    "message": "undelivered transaction 525299, process died.",
    "date": "2022-05-05T13:41:22.207Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "binder",
    "pid": 7016,
    "tid": 7016,
    "message": "undelivered transaction 525298, process died.",
    "date": "2022-05-05T13:41:22.208Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "Zygote",
    "pid": 292,
    "tid": 292,
    "message": "Process 7867 exited due to signal 9 (Killed)",
    "date": "2022-05-05T13:41:22.207Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "BpTransactionCompletedListener",
    "pid": 352,
    "tid": 352,
    "message": "Failed to transact (-32)",
    "date": "2022-05-05T13:41:22.211Z",
    "type": "error",
    "count": 2
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "presentDisplay display has no layers to compose, flushing client target buffer.",
    "date": "2022-05-05T13:41:09.229Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "fb-UnpackingSoSource",
    "pid": 7867,
    "tid": 7867,
    "message": "dso store is up-to-date: /data/user/0/com.test/lib-main",
    "date": "2022-05-05T13:41:09.235Z",
    "type": "info",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "validateDisplay: layer 70 CompositionType 1, fallback",
    "date": "2022-05-05T13:41:09.244Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "presentDisplay display has no layers to compose, flushing client target buffer.",
    "date": "2022-05-05T13:41:09.246Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "validateDisplay: layer 70 CompositionType 1, fallback",
    "date": "2022-05-05T13:41:09.261Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "presentDisplay display has no layers to compose, flushing client target buffer.",
    "date": "2022-05-05T13:41:09.263Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "validateDisplay: layer 70 CompositionType 1, fallback",
    "date": "2022-05-05T13:41:09.278Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "presentDisplay display has no layers to compose, flushing client target buffer.",
    "date": "2022-05-05T13:41:09.281Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "validateDisplay: layer 69 CompositionType 1, fallback",
    "date": "2022-05-05T13:41:07.995Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "validateDisplay: layer 70 CompositionType 1, fallback",
    "date": "2022-05-05T13:41:09.295Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "presentDisplay display has no layers to compose, flushing client target buffer.",
    "date": "2022-05-05T13:41:09.297Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "ServiceManager",
    "pid": 511,
    "tid": 2057,
    "message": "Permission failure: android.permission.HIGH_SAMPLING_RATE_SENSORS from uid=10147 pid=7867",
    "date": "2022-05-05T13:41:09.303Z",
    "type": "warn",
    "count": 3
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "validateDisplay: layer 70 CompositionType 1, fallback",
    "date": "2022-05-05T13:41:09.311Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "presentDisplay display has no layers to compose, flushing client target buffer.",
    "date": "2022-05-05T13:41:09.313Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "SoLoader",
    "pid": 7867,
    "tid": 7889,
    "message": "libfbjni.so not found on /data/data/com.test/lib-main",
    "date": "2022-05-05T13:41:09.320Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "validateDisplay: layer 70 CompositionType 1, fallback",
    "date": "2022-05-05T13:41:09.328Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "presentDisplay display has no layers to compose, flushing client target buffer.",
    "date": "2022-05-05T13:41:09.329Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "SoLoader",
    "pid": 7867,
    "tid": 7889,
    "message": "libfbjni.so found on /data/app/~~exi74GvAsY5NQI_cV5CY4w==/com.test-Evj15BjHHdxJ9BEkW8NJ_g==/lib/arm64",
    "date": "2022-05-05T13:41:09.331Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "SoLoader",
    "pid": 7867,
    "tid": 7889,
    "message": "Not resolving dependencies for libfbjni.so",
    "date": "2022-05-05T13:41:09.332Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "presentDisplay display has no layers to compose, flushing client target buffer.",
    "date": "2022-05-05T13:41:07.997Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "SoLoader",
    "pid": 7867,
    "tid": 7889,
    "message": "libflipper.so not found on /data/data/com.test/lib-main",
    "date": "2022-05-05T13:41:09.334Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "SoLoader",
    "pid": 7867,
    "tid": 7889,
    "message": "libflipper.so found on /data/app/~~exi74GvAsY5NQI_cV5CY4w==/com.test-Evj15BjHHdxJ9BEkW8NJ_g==/lib/arm64",
    "date": "2022-05-05T13:41:09.335Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "SoLoader",
    "pid": 7867,
    "tid": 7889,
    "message": "Not resolving dependencies for libflipper.so",
    "date": "2022-05-05T13:41:09.335Z",
    "type": "debug",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "validateDisplay: layer 70 CompositionType 1, fallback",
    "date": "2022-05-05T13:41:09.344Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "presentDisplay display has no layers to compose, flushing client target buffer.",
    "date": "2022-05-05T13:41:09.345Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "validateDisplay: layer 70 CompositionType 1, fallback",
    "date": "2022-05-05T13:41:09.361Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "RanchuHwc",
    "pid": 308,
    "tid": 353,
    "message": "presentDisplay display has no layers to compose, flushing client target buffer.",
    "date": "2022-05-05T13:41:09.364Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "com.test",
    "pid": 7867,
    "tid": 7867,
    "message": "Accessing hidden field Landroid/view/View;->mKeyedTags:Landroid/util/SparseArray; (unsupported, reflection, allowed)",
    "date": "2022-05-05T13:41:09.368Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "com.test",
    "pid": 7867,
    "tid": 7867,
    "message": "Accessing hidden field Landroid/view/View;->mListenerInfo:Landroid/view/View$ListenerInfo; (unsupported, reflection, allowed)",
    "date": "2022-05-05T13:41:09.369Z",
    "type": "warn",
    "count": 1
  },
  {
    "tag": "com.test",
    "pid": 7867,
    "tid": 7867,
    "message": "Accessing hidden field Landroid/view/View$ListenerInfo;->mOnClickListener:Landroid/view/View$OnClickListener; (unsupported, reflection, allowed)",
    "date": "2022-05-05T13:41:09.369Z",
    "type": "warn",
    "count": 1
  }
]

@fobos531
Copy link
Contributor

fobos531 commented May 5, 2022

This might be related to an extent: #17355

@Braden1996
Copy link
Author

This might be related to an extent: #17355

Could be related - I am seeing:
CleanShot 2022-05-05 at 15 42 25

@ajsmth
Copy link
Contributor

ajsmth commented May 5, 2022

@Braden1996 can you try out expo-dev-client@0.9.4? this might have been addressed recently. if not we'll look into this further

@Braden1996
Copy link
Author

@Braden1996 can you try out expo-dev-client@0.9.4? this might have been addressed recently. if not we'll look into this further

I just upgraded and tried it out, the issue is still present.

@ajsmth
Copy link
Contributor

ajsmth commented May 5, 2022

Okay thanks for trying - are you using Hermes?

@Braden1996
Copy link
Author

Okay thanks for trying - are you using Hermes?

Yep, I am. You should (hopefully) be able to reproduce the issue in the reproducible repo.

@Nantris
Copy link
Contributor

Nantris commented May 5, 2022

Same issue but only if I run metro-bundler from a Linux machine and try to load our dev-client that way.

@a-eid
Copy link

a-eid commented May 6, 2022

having the same issue ( android ) with/without hermes.

expo run:android

@rbq10
Copy link

rbq10 commented May 6, 2022

I too am facing the same issue on both Android and IOS devices

@ajsmth
Copy link
Contributor

ajsmth commented May 6, 2022

following up on this - I think this was an unintentional side effect of some workarounds we had to use to get Hermes debugging to function properly with expo-dev-menu - we'll be reverting this change and publishing a new package to npm soon (I will follow up with that here when it is published)

@ajsmth
Copy link
Contributor

ajsmth commented May 6, 2022

@rbq10 @slapbox @a-eid you'll have to provide more information and reproductions for us to have a look at, if the issue persists

@lukmccall
Copy link
Contributor

Also, please try the newest version - 0.9.5. It may contain a fix.

@rbq10
Copy link

rbq10 commented May 6, 2022

@rbq10 @slapbox @a-eid you'll have to provide more information and reproductions for us to have a look at, if the issue persists

@ajsmth I've attached below the screenshots of the errors shown for both Android, IOS, and Terminal

Android - see Screenshot_Android_Expo Go

IOS - see File_000 (63) and File_000 (64)

Terminal - see image

Step-wise, all I did was follow the instructions on Expo to upgrade from SDK44 to SDK 45 (i.e. update to latest Expo CLI, EAS CLI, and expo upgrade), then tried to launch my project.

This is all the info I have at the moment. Hope it helps!

@ajsmth
Copy link
Contributor

ajsmth commented May 6, 2022

unfortunately that's not enough to go off of - if you are able to reproduce something that you think is a bug consistently, I would say create a new issue and provide a minimum reproducible example that we can take a look at - this link might help: https://stackoverflow.com/help/minimal-reproducible-example

having a quick glance it seems that all the screenshots are related to your local network settings - perhaps it has something to do with that - you could also try checking out our Discord: https://discord.gg/Uhsun75V sometimes folks have similar issues there!

@Nantris
Copy link
Contributor

Nantris commented May 7, 2022

We had expo-dev-client under devDependencies rather than dependencies.

@hirbod
Copy link
Contributor

hirbod commented May 8, 2022

0.9.5 with 45.0.1 fixed all android bundle load crashes for me!

@ScreamZ
Copy link

ScreamZ commented May 9, 2022

@hirbod With hermes ?

@hirbod
Copy link
Contributor

hirbod commented May 9, 2022

Yes

@ajsmth
Copy link
Contributor

ajsmth commented May 9, 2022

@Braden1996 are you able to confirm that your issue is solved via expo@45.0.1 and expo-dev-client@0.9.5? thanks!

@Braden1996
Copy link
Author

@Braden1996 are you able to confirm that your issue is solved via expo@45.0.1 and expo-dev-client@0.9.5? thanks!

@ajsmth I've installed those updates and the issue seems resolved! Thanks :)

@superyarik
Copy link
Contributor

facing same errors in expo go on android after upgrading to SDK 45

@BrodaNoel
Copy link
Contributor

Solved? So you may need to update https://blog.expo.dev/expo-sdk-45-f4e332954a68 (Known regressions title)

@radoncreep
Copy link

mine kept crashing because the file size of my splash image was up to 300kb. Exported a smaller version (40kb) and it was able to build. Although, for iOS both sizes work.

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

No branches or pull requests