Advertisement
VELLEVET

Untitled

Feb 11th, 2025
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Exception java.lang.Error: FATAL EXCEPTION [UnityChoreographer]
  2. Unity version     : 2022.3.33f1
  3. Device model      : Google Pixel 7a
  4. Device fingerprint: google/lynx/lynx:15/AP4A.250105.002/12701944:user/release-keys
  5. CPU supported ABI : [arm64-v8a]
  6. Build Type        : Release
  7. Scripting Backend : IL2CPP
  8. Libs loaded from  : lib/arm64
  9. Strip Engine Code : true
  10.  
  11. Caused by: java.lang.OutOfMemoryError: Failed to allocate a 40 byte allocation with 638128 free bytes and 623KB until OOM, target footprint <US_SOCIAL_SECURITY_NUMBER>, growth limit <US_SOCIAL_SECURITY_NUMBER>; giving up on allocation because <1% of heap free after GC.
  12.   at $Proxy11.doFrame (Unknown Source)
  13.   at android.view.Choreographer$CallbackRecord.run (Choreographer.java:1413)
  14.   at android.view.Choreographer$CallbackRecord.run (Choreographer.java:1424)
  15.   at android.view.Choreographer.doCallbacks (Choreographer.java:1024)
  16.   at android.view.Choreographer.doFrame (Choreographer.java:949)
  17.   at android.view.Choreographer$FrameDisplayEventReceiver.run (Choreographer.java:1398)
  18.   at android.os.Handler.handleCallback (Handler.java:991)
  19.   at android.os.Handler.dispatchMessage (Handler.java:102)
  20.   at android.os.Looper.loopOnce (Looper.java:232)
  21.   at android.os.Looper.loop (Looper.java:317)
  22.   at android.os.HandlerThread.run (HandlerThread.java:85)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement