0% found this document useful (0 votes)
230 views

Mod Menu Log - Com - Playduction.sexyairlines

The document contains log entries from an Android system recording performance data. It shows the launching and resuming of an app activity, followed by a crash due to a null pointer exception when trying to run a task on the UI thread after an authentication failure.

Uploaded by

Hotman Sitompul
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
230 views

Mod Menu Log - Com - Playduction.sexyairlines

The document contains log entries from an Android system recording performance data. It shows the launching and resuming of an app activity, followed by a crash due to a null pointer exception when trying to run a task on the UI thread after an authentication failure.

Uploaded by

Hotman Sitompul
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 14

--------- beginning of system

08-02 09:24:14.738 17232 17232 W Looper : PerfMonitor longMsg : seq=2


plan=09:24:11.758 late=8ms wall=2959ms running=2204ms runnable=39ms io=463ms
h=android.app.ActivityThread$H w=110 procState=2
08-02 09:24:14.851 17232 17232 I Timeline: Timeline: Activity_launch_request
time:49742004
08-02 09:24:15.102 17232 17232 W Looper : PerfMonitor looperActivity :
package=com.playduction.sexyairlines/com.nutaku.game.sdk.app.NutakuSplashActivity
time=352ms latency=2881ms running=123ms procState=2
ClientTransaction{ callbacks=[android.app.servertransaction.LaunchActivityItem]
lifecycleRequest=android.app.servertransaction.ResumeActivityItem }
historyMsgCount=1 (msgIndex=1 wall=2959ms seq=2 running=2204ms runnable=39ms
io=463ms late=8ms h=android.app.ActivityThread$H w=110)
08-02 09:24:15.103 17232 17232 W Looper : PerfMonitor looperActivity :
package=com.playduction.sexyairlines/com.nutaku.game.sdk.app.NutakuSplashActivity
time=0ms latency=3246ms running=0ms procState=2
ClientTransaction{ callbacks=[android.app.servertransaction.TopResumedActivityChang
eItem] } historyMsgCount=2 (msgIndex=1 wall=2959ms seq=2 running=2204ms
runnable=39ms io=463ms late=8ms h=android.app.ActivityThread$H w=110) (msgIndex=2
wall=352ms seq=3 running=123ms runnable=18ms io=122ms late=2881ms
h=android.app.ActivityThread$H w=159)
08-02 09:24:15.680 17232 17232 W Looper : PerfMonitor doFrame : time=556ms
vsyncFrame=0 latency=26ms procState=2 historyMsgCount=7
08-02 09:24:16.349 17232 17232 I Timeline: Timeline: Activity_launch_request
time:49743501
--------- beginning of crash
08-02 09:24:31.319 17821 17821 E AndroidRuntime: FATAL EXCEPTION: main
08-02 09:24:31.319 17821 17821 E AndroidRuntime: Process:
com.playduction.sexyairlines, PID: 17821
08-02 09:24:31.319 17821 17821 E AndroidRuntime: java.lang.RuntimeException: Unable
to resume activity
{com.playduction.sexyairlines/com.nutaku.game.sdk.app.NutakuSplashActivity}:
java.lang.RuntimeException: Failure delivering result ResultInfo{who=null,
request=30000, result=0, data=null} to activity
{com.playduction.sexyairlines/com.nutaku.game.sdk.app.NutakuSplashActivity}:
java.lang.NullPointerException: Attempt to invoke virtual method 'void
android.app.Activity.runOnUiThread(java.lang.Runnable)' on a null object reference
08-02 09:24:31.319 17821 17821 E AndroidRuntime: at
android.app.ActivityThread.performResumeActivity(ActivityThread.java:4552)
08-02 09:24:31.319 17821 17821 E AndroidRuntime: at
android.app.ActivityThread.handleResumeActivity(ActivityThread.java:4584)
08-02 09:24:31.319 17821 17821 E AndroidRuntime: at
android.app.servertransaction.ResumeActivityItem.execute(ResumeActivityItem.java:52
)
08-02 09:24:31.319 17821 17821 E AndroidRuntime: at
android.app.servertransaction.TransactionExecutor.executeLifecycleState(Transaction
Executor.java:176)
08-02 09:24:31.319 17821 17821 E AndroidRuntime: at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:
97)
08-02 09:24:31.319 17821 17821 E AndroidRuntime: at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2135)
08-02 09:24:31.319 17821 17821 E AndroidRuntime: at
android.os.Handler.dispatchMessage(Handler.java:106)
08-02 09:24:31.319 17821 17821 E AndroidRuntime: at
android.os.Looper.loop(Looper.java:236)
08-02 09:24:31.319 17821 17821 E AndroidRuntime: at
android.app.ActivityThread.main(ActivityThread.java:8037)
08-02 09:24:31.319 17821 17821 E AndroidRuntime: at
java.lang.reflect.Method.invoke(Native Method)
08-02 09:24:31.319 17821 17821 E AndroidRuntime: at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:656)
08-02 09:24:31.319 17821 17821 E AndroidRuntime: at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:967)
08-02 09:24:31.319 17821 17821 E AndroidRuntime: Caused by:
java.lang.RuntimeException: Failure delivering result ResultInfo{who=null,
request=30000, result=0, data=null} to activity
{com.playduction.sexyairlines/com.nutaku.game.sdk.app.NutakuSplashActivity}:
java.lang.NullPointerException: Attempt to invoke virtual method 'void
android.app.Activity.runOnUiThread(java.lang.Runnable)' on a null object reference
08-02 09:24:31.319 17821 17821 E AndroidRuntime: at
android.app.ActivityThread.deliverResults(ActivityThread.java:5146)
08-02 09:24:31.319 17821 17821 E AndroidRuntime: at
android.app.ActivityThread.performResumeActivity(ActivityThread.java:4539)
08-02 09:24:31.319 17821 17821 E AndroidRuntime: ... 11 more
08-02 09:24:31.319 17821 17821 E AndroidRuntime: Caused by:
java.lang.NullPointerException: Attempt to invoke virtual method 'void
android.app.Activity.runOnUiThread(java.lang.Runnable)' on a null object reference
08-02 09:24:31.319 17821 17821 E AndroidRuntime: at
com.nutaku.unity.NutakuApplication.onErrorSplash(NutakuApplication.java:57)
08-02 09:24:31.319 17821 17821 E AndroidRuntime: at
com.nutaku.game.sdk.event.NutakuEventSplash.onError(NutakuEventSplash.java:81)
08-02 09:24:31.319 17821 17821 E AndroidRuntime: at
com.nutaku.game.sdk.app.NutakuSplashActivity.onAuthFailed(NutakuSplashActivity.java
:177)
08-02 09:24:31.319 17821 17821 E AndroidRuntime: at
com.nutaku.game.sdk.app.NutakuSplashActivity.onNutakuAuthFailed(NutakuSplashActivit
y.java:135)
08-02 09:24:31.319 17821 17821 E AndroidRuntime: at
com.nutaku.game.sdk.auth.NutakuAuthActivity.onActivityResult(NutakuAuthActivity.jav
a:50)
08-02 09:24:31.319 17821 17821 E AndroidRuntime: at
android.app.Activity.dispatchActivityResult(Activity.java:8515)
08-02 09:24:31.319 17821 17821 E AndroidRuntime: at
android.app.ActivityThread.deliverResults(ActivityThread.java:5139)
08-02 09:24:31.319 17821 17821 E AndroidRuntime: ... 12 more
08-02 09:24:39.329 17954 17954 I Timeline: Timeline: Activity_launch_request
time:49766481
08-02 09:24:39.449 17954 17954 I Timeline: Timeline: Activity_launch_request
time:49766602
08-02 09:25:30.356 17954 17954 W Looper : PerfMonitor doFrame : time=367ms
vsyncFrame=0 latency=13ms procState=16
08-02 09:25:43.860 17954 17954 W InputEventReceiver: App Input: Dispatching
InputEvent took 331ms in main thread! (MotionEvent: event_seq=0, seq=757321,
action=ACTION_DOWN)
08-02 09:25:43.862 17954 17954 W Looper : PerfMonitor doFrame : time=1ms
vsyncFrame=0 latency=330ms procState=2
08-02 09:25:44.013 17954 17954 I Timeline: Timeline: Activity_launch_request
time:49831166
08-02 09:26:53.451 31297 31297 W Looper : PerfMonitor looperActivity :
package=com.playduction.sexyairlines/com.nutaku.game.sdk.app.NutakuSplashActivity
time=170ms latency=414ms running=92ms procState=2
ClientTransaction{ callbacks=[android.app.servertransaction.LaunchActivityItem]
lifecycleRequest=android.app.servertransaction.ResumeActivityItem }
historyMsgCount=2 (msgIndex=2 wall=408ms seq=2 running=88ms runnable=19ms io=52ms
late=9ms h=android.app.ActivityThread$H w=110)
08-02 09:26:53.452 31297 31297 W Looper : PerfMonitor looperActivity :
package=com.playduction.sexyairlines/com.nutaku.game.sdk.app.NutakuSplashActivity
time=0ms latency=587ms running=0ms procState=2
ClientTransaction{ callbacks=[android.app.servertransaction.TopResumedActivityChang
eItem] } historyMsgCount=3 (msgIndex=2 wall=408ms seq=2 running=88ms runnable=19ms
io=52ms late=9ms h=android.app.ActivityThread$H w=110) (msgIndex=3 wall=170ms seq=3
running=92ms runnable=7ms io=39ms late=414ms h=android.app.ActivityThread$H w=159)
08-02 09:26:54.819 31297 31297 I Timeline: Timeline: Activity_launch_request
time:49901972
08-02 09:26:54.991 31297 31297 I Timeline: Timeline: Activity_launch_request
time:49902144
08-02 09:27:03.277 31297 31297 I Timeline: Timeline: Activity_launch_request
time:49910429
08-02 09:27:03.466 31297 31297 I Timeline: Timeline: Activity_launch_request
time:49910618
08-02 09:27:05.449 31297 20187 W BpBinder: PerfMonitor binderTransact : time=588ms
interface=android.app.IActivityTaskManager code=41
08-02 09:27:05.517 31297 31297 W BpBinder: PerfMonitor binderTransact : time=579ms
interface=android.app.IActivityTaskManager code=158
08-02 09:27:05.519 31297 31297 W Looper : PerfMonitor doFrame : time=581ms
vsyncFrame=0 latency=9ms procState=2 historyMsgCount=1
08-02 09:27:05.519 31297 31297 W Looper : PerfMonitor doFrame : time=0ms
vsyncFrame=0 latency=574ms procState=2 historyMsgCount=1 (msgIndex=1 wall=581ms
seq=303 running=1ms late=9ms h=android.view.Choreographer$FrameHandler
c=android.view.Choreographer$FrameDisplayEventReceiver)
08-02 09:29:17.789 31297 20187 W BpBinder: PerfMonitor binderTransact : time=433ms
interface=android.app.IAlarmManager code=1
08-02 09:29:18.154 31297 31297 W Activity: Slow Operation: Activity
com.playduction.sexyairlines/com.nutaku.unity.UnityPlayerActivity onPause took
1103ms
08-02 09:29:18.189 31297 31297 W Looper : PerfMonitor longMsg : seq=1005
plan=09:29:16.987 late=55ms wall=1112ms running=6ms runnable=12ms io=37ms
h=android.app.ActivityThread$H w=159 procState=6
08-02 09:29:18.254 31297 31297 W Looper : PerfMonitor looperActivity :
package=com.playduction.sexyairlines/com.nutaku.unity.UnityPlayerActivity time=52ms
latency=1128ms running=3ms procState=6
ClientTransaction{ lifecycleRequest=android.app.servertransaction.StopActivityItem
} historyMsgCount=5 (msgIndex=1 wall=1112ms seq=1005 running=6ms runnable=12ms
io=37ms late=55ms h=android.app.ActivityThread$H w=159)
08-02 09:29:20.503 31297 20187 W BpBinder: PerfMonitor binderTransact : time=380ms
interface=android.app.INotificationManager code=42
08-02 09:29:40.114 31297 20187 W BpBinder: PerfMonitor binderTransact : time=245ms
interface=android.app.IAlarmManager code=1
08-02 09:29:40.131 31297 31297 W Activity: Slow Operation: Activity
com.playduction.sexyairlines/com.nutaku.unity.UnityPlayerActivity onPause took
325ms
08-02 09:29:40.148 31297 31297 W Looper : PerfMonitor looperActivity :
package=com.playduction.sexyairlines/com.nutaku.unity.UnityPlayerActivity time=13ms
latency=321ms running=2ms procState=2
ClientTransaction{ lifecycleRequest=android.app.servertransaction.StopActivityItem
} historyMsgCount=5 (msgIndex=1 wall=325ms seq=1256 running=1ms runnable=1ms
late=33ms h=android.app.ActivityThread$H w=159)
08-02 09:29:46.348 31297 31297 W Activity: Slow Operation: Activity
com.playduction.sexyairlines/com.nutaku.unity.UnityPlayerActivity onPause took
261ms
08-02 09:29:53.993 3154 3154 W Looper : PerfMonitor looperActivity :
package=com.playduction.sexyairlines/com.nutaku.game.sdk.app.NutakuSplashActivity
time=226ms latency=314ms running=99ms procState=2
ClientTransaction{ callbacks=[android.app.servertransaction.LaunchActivityItem]
lifecycleRequest=android.app.servertransaction.ResumeActivityItem }
historyMsgCount=1 (msgIndex=1 wall=363ms seq=2 running=84ms runnable=9ms io=44ms
late=4ms h=android.app.ActivityThread$H w=110)
08-02 09:29:53.993 3154 3154 W Looper : PerfMonitor looperActivity :
package=com.playduction.sexyairlines/com.nutaku.game.sdk.app.NutakuSplashActivity
time=0ms latency=542ms running=0ms procState=2
ClientTransaction{ callbacks=[android.app.servertransaction.TopResumedActivityChang
eItem] } historyMsgCount=2 (msgIndex=1 wall=363ms seq=2 running=84ms runnable=9ms
io=44ms late=4ms h=android.app.ActivityThread$H w=110) (msgIndex=2 wall=226ms seq=3
running=99ms runnable=8ms io=76ms late=314ms h=android.app.ActivityThread$H w=159)
08-02 09:29:55.886 3154 3154 I Timeline: Timeline: Activity_launch_request
time:50083039
08-02 09:31:05.390 3154 3319 W BpBinder: PerfMonitor binderTransact : time=363ms
interface=android.app.IAlarmManager code=1
08-02 09:31:05.449 3154 3154 W Activity: Slow Operation: Activity
com.playduction.sexyairlines/com.nutaku.unity.UnityPlayerActivity onPause took
519ms
08-02 09:31:05.467 3154 3154 W Looper : PerfMonitor looperActivity :
package=com.playduction.sexyairlines/com.nutaku.unity.UnityPlayerActivity time=14ms
latency=535ms running=2ms procState=6
ClientTransaction{ lifecycleRequest=android.app.servertransaction.StopActivityItem
} historyMsgCount=5 (msgIndex=1 wall=537ms seq=508 running=2ms runnable=1ms io=17ms
late=31ms h=android.app.ActivityThread$H w=159)
--------- beginning of main
08-02 09:31:09.230 3154 3154 I Process : Sending signal. PID: 3154 SIG: 9
08-02 09:31:13.008 3858 3858 W on.sexyairline: Using default instruction set
features for ARM CPU variant (cortex-a9) using conservative defaults
08-02 09:31:13.015 3858 3858 E on.sexyairline: Not starting debugger since
process cannot load the jdwp agent.
08-02 09:31:13.099 3858 3858 I Perf : Connecting to perf service.
08-02 09:31:13.119 3858 3858 D NetworkSecurityConfig: No Network Security Config
specified, using platform default
08-02 09:31:13.119 3858 3858 D NetworkSecurityConfig: No Network Security Config
specified, using platform default
08-02 09:31:13.186 3858 3910 I Mod_Menu: pthread created
08-02 09:31:13.189 3858 3858 I TetheringManager:
registerTetheringEventCallback:com.playduction.sexyairlines
08-02 09:31:13.199 3858 3858 I MiuiMultiWindowUtils: isSupportMultiSwitchFeature
= false
08-02 09:31:13.233 3858 3858 W IconCustomizer: can't load transform_config.xml
08-02 09:31:13.298 3858 3907 I AdrenoGLES-0: QUALCOMM build :
03e27f8, I326e6aff90
08-02 09:31:13.298 3858 3907 I AdrenoGLES-0: Build Date :
11/02/20
08-02 09:31:13.298 3858 3907 I AdrenoGLES-0: OpenGL ES Shader Compiler Version:
EV031.32.02.04
08-02 09:31:13.298 3858 3907 I AdrenoGLES-0: Local Branch :
mybrancheb1d781c-1a78-f1f4-8c78-ac1f6bcc2cee
08-02 09:31:13.298 3858 3907 I AdrenoGLES-0: Remote Branch :
quic/gfx-adreno.lnx.1.0.r116-rel
08-02 09:31:13.298 3858 3907 I AdrenoGLES-0: Remote Branch :
NONE
08-02 09:31:13.298 3858 3907 I AdrenoGLES-0: Reconstruct Branch :
NOTHING
08-02 09:31:13.298 3858 3907 I AdrenoGLES-0: Build Config : S
P 10.0.7 AArch32
08-02 09:31:13.299 3858 3907 I AdrenoGLES-0: Driver
Path : /vendor/lib/egl/libGLESv2_adreno.so
08-02 09:31:13.310 3858 3907 I AdrenoGLES-0: PFP: 0x016ee190, ME: 0x00000000
08-02 09:31:13.356 3858 3907 E LB : fail to open file: No such file or
directory
08-02 09:31:13.723 3858 3858 I WebViewFactory: Loading com.google.android.webview
version 92.0.4515.115 (code 451511533)
08-02 09:31:13.813 3858 3858 I cr_WVCFactoryProvider: Loaded
version=92.0.4515.115 minSdkVersion=29 isBundle=true multiprocess=true packageId=2
08-02 09:31:13.830 3858 3858 I cr_LibraryLoader: Successfully loaded native
library
08-02 09:31:13.831 3858 3858 I cr_CachingUmaRecorder: Flushed 8 samples from 8
histograms.
08-02 09:31:13.986 3858 3858 D EgretLoader: EgretLoader(Context context)
08-02 09:31:13.986 3858 3858 D EgretLoader: The context is not activity
08-02 09:31:14.000 3858 3993 W cr_media: Requires BLUETOOTH permission
08-02 09:31:14.013 3858 3913 W on.sexyairline: Accessing hidden method
Lcom/android/org/conscrypt/ConscryptEngineSocket;->setHostname(Ljava/lang/String;)V
(greylist-max-q,core-platform-api, reflection, denied)
08-02 09:31:14.013 3858 3913 W on.sexyairline: Accessing hidden method
Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V
(greylist-max-q,core-platform-api, reflection, denied)
08-02 09:31:14.013 3858 3913 W on.sexyairline: Accessing hidden method
Lcom/android/org/conscrypt/AbstractConscryptSocket;-
>setHostname(Ljava/lang/String;)V (greylist-max-q, reflection, denied)
08-02 09:31:14.035 3858 3858 D Mod_Menu: Feature name: -1 - Save feature
preferences | Value: = 0 | Bool: = 0 | Text: =
08-02 09:31:14.036 3858 3858 D Mod_Menu: Feature name: -3 - Auto size vertically
| Value: = 0 | Bool: = 0 | Text: =
08-02 09:31:14.570 3858 3858 D CompatibilityChangeReporter: Compat change id
reported: 147798919; UID 10292; state: ENABLED
08-02 09:31:14.591 3858 3858 D Mod_Menu: Feature name: 0 - Unlimited dollars
(read note) | Value: = 0 | Bool: = 0 | Text: =
08-02 09:31:14.592 3858 3858 D Mod_Menu: Feature name: 1 - Unlimited messengers |
Value: = 0 | Bool: = 0 | Text: =
08-02 09:31:14.988 3858 3858 I Timeline: Timeline: Activity_launch_request
time:50162141
08-02 09:31:15.131 3858 3858 D SurfaceView: UPDATE null, mIsCastMode = false
08-02 09:31:15.450 3858 4063 I Unity : SystemInfo CPU = ARMv7 VFPv3 NEON, Cores
= 8, Memory = 3633mb
08-02 09:31:15.450 3858 4063 I Unity : SystemInfo ARM big.LITTLE configuration:
4 big (mask: 0xf0), 4 little (mask: 0xf)
08-02 09:31:15.450 3858 4063 I Unity : ApplicationInfo
com.playduction.sexyairlines version 1.1.1.12 build 88ff6032-8843-4ab7-8169-
e001471441c0
08-02 09:31:15.450 3858 4063 I Unity : Built from '2018.3/staging' branch,
Version '2018.3.14f1 (d0e9f15437b1)', Build type 'Release', Scripting Backend
'il2cpp', CPU 'armeabi-v7a'
08-02 09:31:15.616 3858 3907 W RenderInspector: QueueBuffer time out on
com.playduction.sexyairlines/com.nutaku.game.sdk.app.NutakuSplashActivity, count=3,
avg=13 ms, max=21 ms.
08-02 09:31:15.624 3858 4063 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
08-02 09:31:15.625 3858 4063 I chatty : uid=10292(com.playduction.sexyairlines)
UnityMain identical 14 lines
08-02 09:31:15.625 3858 4063 E libprocessgroup: set_timerslack_ns write failed:
Operation not permitted
08-02 09:31:15.865 3858 4063 D Unity : GL_OES_EGL_image
GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_half_float
GL_OES_framebuffer_object GL_OES_rgb8_rgba8 GL_OES_compressed_ETC1_RGB8_texture
GL_AMD_compressed_ATC_texture GL_KHR_texture_compression_astc_ldr
GL_OES_texture_npot GL_EXT_texture_filter_anisotropic
GL_EXT_texture_format_BGRA8888 GL_EXT_read_format_bgra GL_OES_texture_3D
GL_EXT_color_buffer_float GL_EXT_color_buffer_half_float GL_QCOM_alpha_test
GL_OES_depth24 GL_OES_packed_depth_stencil GL_OES_depth_texture
GL_OES_depth_texture_cube_map GL_EXT_sRGB GL_OES_texture_float
GL_OES_texture_float_linear GL_OES_texture_half_float
GL_OES_texture_half_float_linear GL_EXT_texture_type_2_10_10_10_REV
GL_EXT_texture_sRGB_decode GL_EXT_texture_format_sRGB_override
GL_OES_element_index_uint GL_EXT_copy_image GL_EXT_geometry_shader
GL_EXT_tessellation_shader GL_OES_texture_stencil8 GL_EXT_shader_io_blocks
GL_OES_shader_image_atomic GL_OES_sample_variables GL_EXT_texture_border_clamp
GL_EXT_EGL_image_external_wrap_modes GL_EXT_multisampled
08-02 09:31:15.865 3858 4063 D Unity : _render_to_texture
GL_EXT_multisampled_render_to_texture2 GL_OES_shader_multisample_interpolation
GL_EXT_texture_cube_map_array GL_EXT_draw_buffers_indexed GL_EXT_gpu_shader5
GL_EXT_robustness GL_EXT_texture_buffer GL_EXT_shader_framebuffer_fetch
GL_ARM_shader_framebuffer_fetch_depth_stencil
GL_OES_texture_storage_multisample_2d_array GL_OES_sample_shading
GL_OES_get_program_binary GL_EXT_debug_label GL_KHR_blend_equation_advanced
GL_KHR_blend_equation_advanced_coherent GL_QCOM_tiled_rendering
GL_ANDROID_extension_pack_es31a GL_EXT_primitive_bounding_box
GL_OES_standard_derivatives GL_OES_vertex_array_object GL_EXT_disjoint_timer_query
GL_KHR_debug GL_EXT_YUV_target GL_EXT_sRGB_write_control GL_EXT_texture_norm16
GL_EXT_discard_framebuffer GL_OES_surfaceless_context GL_OVR_multiview
GL_OVR_multiview2 GL_EXT_texture_sRGB_R8 GL_KHR_no_error GL_EXT_debug_marker
GL_OES_EGL_image_external_essl3 GL_OVR_multiview_multisampled_render_to_texture
GL_EXT_buffer_storage GL_EXT_external_buffer GL_EXT_blit_framebuffer_par
08-02 09:31:15.865 3858 4063 D Unity : ams GL_EXT_clip_cull_distance
GL_EXT_protected_textures GL_EXT_shader_non_constant_global_initializers
GL_QCOM_texture_foveated GL_QCOM_texture_foveated_subsampled_layout
GL_QCOM_shader_framebuffer_fetch_noncoherent GL_QCOM_shader_framebuffer_fetch_rate
GL_EXT_memory_object GL_EXT_memory_object_fd GL_EXT_EGL_image_array
GL_NV_shader_noperspective_interpolation GL_KHR_robust_buffer_access_behavior
GL_EXT_EGL_image_storage GL_EXT_blend_func_extended GL_EXT_clip_control
GL_OES_texture_view GL_EXT_fragment_invocation_density GL_QCOM_YUV_texture_gather
08-02 09:31:15.931 3858 4063 D on.sexyairline: PlayerBase::PlayerBase()
08-02 09:31:15.932 3858 4063 D on.sexyairline: TrackPlayerBase::TrackPlayerBase()
08-02 09:31:15.932 3858 4063 I libOpenSLES: Emulating old channel mask behavior
(ignoring positional mask 0x3, using default mask 0x3 based on channel count of 2)
08-02 09:31:15.932 3858 4063 W AudioTrack: set(): notificationFrames=-21 clamped
to the range -1 to -8
08-02 09:31:15.950 3858 4063 I AudioTrack: createTrack_l(0):
AUDIO_OUTPUT_FLAG_FAST successful; frameCount 0 -> 1536
08-02 09:31:16.168 3858 4063 V MediaRouter: Selecting route:
RouteInfo{ name=Phone, description=null, status=null,
category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO
ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO
ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
08-02 09:31:16.209 3858 3910 I Mod_Menu: libil2cpp.so has been loaded
08-02 09:31:16.216 3858 3910 I Mod_Menu: Done
08-02 09:31:17.045 3858 4101 I AudioTrack: isLongTimeZoreData zoer date time 1
Seconds
08-02 09:31:17.105 3858 4063 I Unity : [ScriptableObjects:LoadAssets] Loading
scriptable objects assets…
08-02 09:31:17.105 3858 4063 I Unity : UnityEngine.Logger:LogFormat(LogType,
String, Object[])
08-02 09:31:17.105 3858 4063 I Unity : UnityEngine.Debug:LogFormat(String,
Object[])
08-02 09:31:17.105 3858 4063 I Unity : ScriptableObjects:LoadAssets()
08-02 09:31:17.105 3858 4063 I Unity : GameManager:Awake()
08-02 09:31:17.105 3858 4063 I Unity :
08-02 09:31:17.105 3858 4063 I Unity : (Filename:
./Runtime/Export/Debug.bindings.h Line: 45)
08-02 09:31:17.105 3858 4063 I Unity :
08-02 09:31:17.108 3858 4063 I Unity : [ScriptableObjects:LoadAssets] Loading
success (AnimationsSettings)
08-02 09:31:17.108 3858 4063 I Unity : UnityEngine.Logger:LogFormat(LogType,
String, Object[])
08-02 09:31:17.108 3858 4063 I Unity : UnityEngine.Debug:LogFormat(String,
Object[])
08-02 09:31:17.108 3858 4063 I Unity : ScriptableObjects:LoadAssets()
08-02 09:31:17.108 3858 4063 I Unity : GameManager:Awake()
08-02 09:31:17.108 3858 4063 I Unity :
08-02 09:31:17.108 3858 4063 I Unity : (Filename:
./Runtime/Export/Debug.bindings.h Line: 45)
08-02 09:31:17.108 3858 4063 I Unity :
08-02 09:31:17.165 3858 4063 I Unity : [ScriptableObjects:LoadAssets] Loading
success (AssetsSettings)
08-02 09:31:17.165 3858 4063 I Unity : UnityEngine.Logger:LogFormat(LogType,
String, Object[])
08-02 09:31:17.165 3858 4063 I Unity : UnityEngine.Debug:LogFormat(String,
Object[])
08-02 09:31:17.165 3858 4063 I Unity : ScriptableObjects:LoadAssets()
08-02 09:31:17.165 3858 4063 I Unity : GameManager:Awake()
08-02 09:31:17.165 3858 4063 I Unity :
08-02 09:31:17.165 3858 4063 I Unity : (Filename:
./Runtime/Export/Debug.bindings.h Line: 45)
08-02 09:31:17.165 3858 4063 I Unity :
08-02 09:31:17.174 3858 4063 I Unity : [ScriptableObjects:LoadAssets] Loading
success (BackendSettings)
08-02 09:31:17.174 3858 4063 I Unity : UnityEngine.Logger:LogFormat(LogType,
String, Object[])
08-02 09:31:17.174 3858 4063 I Unity : UnityEngine.Debug:LogFormat(String,
Object[])
08-02 09:31:17.174 3858 4063 I Unity : ScriptableObjects:LoadAssets()
08-02 09:31:17.174 3858 4063 I Unity : GameManager:Awake()
08-02 09:31:17.174 3858 4063 I Unity :
08-02 09:31:17.174 3858 4063 I Unity : (Filename:
./Runtime/Export/Debug.bindings.h Line: 45)
08-02 09:31:17.174 3858 4063 I Unity :
08-02 09:31:17.175 3858 4063 I Unity : [ScriptableObjects:LoadAssets] Loading
success (DebugSettings)
08-02 09:31:17.175 3858 4063 I Unity : UnityEngine.Logger:LogFormat(LogType,
String, Object[])
08-02 09:31:17.175 3858 4063 I Unity : UnityEngine.Debug:LogFormat(String,
Object[])
08-02 09:31:17.175 3858 4063 I Unity : ScriptableObjects:LoadAssets()
08-02 09:31:17.175 3858 4063 I Unity : GameManager:Awake()
08-02 09:31:17.175 3858 4063 I Unity :
08-02 09:31:17.175 3858 4063 I Unity : (Filename:
./Runtime/Export/Debug.bindings.h Line: 45)
08-02 09:31:17.175 3858 4063 I Unity :
08-02 09:31:17.177 3858 4063 I Unity : [ScriptableObjects:LoadAssets] Loading
success (DevToolsSettings)
08-02 09:31:17.177 3858 4063 I Unity : UnityEngine.Logger:LogFormat(LogType,
String, Object[])
08-02 09:31:17.177 3858 4063 I Unity : UnityEngine.Debug:LogFormat(String,
Object[])
08-02 09:31:17.177 3858 4063 I Unity : ScriptableObjects:LoadAssets()
08-02 09:31:17.177 3858 4063 I Unity : GameManager:Awake()
08-02 09:31:17.177 3858 4063 I Unity :
08-02 09:31:17.177 3858 4063 I Unity : (Filename:
./Runtime/Export/Debug.bindings.h Line: 45)
08-02 09:31:17.177 3858 4063 I Unity :
08-02 09:31:17.635 3858 4063 I Unity : [ScriptableObjects:LoadAssets] Loading
success (GameSettings)
08-02 09:31:17.635 3858 4063 I Unity : UnityEngine.Logger:LogFormat(LogType,
String, Object[])
08-02 09:31:17.635 3858 4063 I Unity : UnityEngine.Debug:LogFormat(String,
Object[])
08-02 09:31:17.635 3858 4063 I Unity : ScriptableObjects:LoadAssets()
08-02 09:31:17.635 3858 4063 I Unity : GameManager:Awake()
08-02 09:31:17.635 3858 4063 I Unity :
08-02 09:31:17.635 3858 4063 I Unity : (Filename:
./Runtime/Export/Debug.bindings.h Line: 45)
08-02 09:31:17.635 3858 4063 I Unity :
08-02 09:31:17.639 3858 4063 I Unity : [ScriptableObjects:LoadAssets] Loading
success (LocalizationSettings)
08-02 09:31:17.639 3858 4063 I Unity : UnityEngine.Logger:LogFormat(LogType,
String, Object[])
08-02 09:31:17.639 3858 4063 I Unity : UnityEngine.Debug:LogFormat(String,
Object[])
08-02 09:31:17.639 3858 4063 I Unity : ScriptableObjects:LoadAssets()
08-02 09:31:17.639 3858 4063 I Unity : GameManager:Awake()
08-02 09:31:17.639 3858 4063 I Unity :
08-02 09:31:17.639 3858 4063 I Unity : (Filename:
./Runtime/Export/Debug.bindings.h Line: 45)
08-02 09:31:17.639 3858 4063 I Unity :
08-02 09:31:17.668 3858 4063 I Unity : [ScriptableObjects:LoadAssets] Loading
success (ScenesSettings)
08-02 09:31:17.668 3858 4063 I Unity : UnityEngine.Logger:LogFormat(LogType,
String, Object[])
08-02 09:31:17.668 3858 4063 I Unity : UnityEngine.Debug:LogFormat(String,
Object[])
08-02 09:31:17.668 3858 4063 I Unity : GameManager:Awake()
08-02 09:31:17.668 3858 4063 I Unity :
08-02 09:31:17.668 3858 4063 I Unity : (Filename:
./Runtime/Export/Debug.bindings.h Line: 45)
08-02 09:31:17.668 3858 4063 I Unity :
08-02 09:31:17.669 3858 4063 I Unity : [GameManager:Awake] Initializing
GameManager
08-02 09:31:17.669 3858 4063 I Unity : UnityEngine.Logger:Log(LogType, Object,
Object)
08-02 09:31:17.669 3858 4063 I Unity : UnityEngine.Debug:Log(Object, Object)
08-02 09:31:17.669 3858 4063 I Unity : GameManager:Awake()
08-02 09:31:17.669 3858 4063 I Unity :
08-02 09:31:17.669 3858 4063 I Unity : (Filename:
./Runtime/Export/Debug.bindings.h Line: 45)
08-02 09:31:17.669 3858 4063 I Unity :
08-02 09:31:17.671 3858 4063 I Unity : [CoroutineManager:Awake] Initializing
CoroutineManager
08-02 09:31:17.671 3858 4063 I Unity : UnityEngine.Logger:Log(LogType, Object,
Object)
08-02 09:31:17.671 3858 4063 I Unity : UnityEngine.Debug:Log(Object, Object)
08-02 09:31:17.671 3858 4063 I Unity : CoroutineManager:Awake()
08-02 09:31:17.671 3858 4063 I Unity :
08-02 09:31:17.671 3858 4063 I Unity : (Filename:
./Runtime/Export/Debug.bindings.h Line: 45)
08-02 09:31:17.671 3858 4063 I Unity :
08-02 09:31:17.678 3858 4063 I Unity : [AnimationsManager:Awake] Initializing
AnimationsManager
08-02 09:31:17.678 3858 4063 I Unity : UnityEngine.Logger:Log(LogType, Object,
Object)
08-02 09:31:17.678 3858 4063 I Unity : UnityEngine.Debug:Log(Object, Object)
08-02 09:31:17.678 3858 4063 I Unity : AnimationsManager:Awake()
08-02 09:31:17.678 3858 4063 I Unity :
08-02 09:31:17.678 3858 4063 I Unity : (Filename:
./Runtime/Export/Debug.bindings.h Line: 45)
08-02 09:31:17.678 3858 4063 I Unity :
08-02 09:31:17.680 3858 4063 I Unity : [InputManager:Awake] Initializing
InputManager
08-02 09:31:17.680 3858 4063 I Unity : UnityEngine.Logger:Log(LogType, Object,
Object)
08-02 09:31:17.680 3858 4063 I Unity : UnityEngine.Debug:Log(Object, Object)
08-02 09:31:17.680 3858 4063 I Unity : InputManager:Awake()
08-02 09:31:17.680 3858 4063 I Unity :
08-02 09:31:17.680 3858 4063 I Unity : (Filename:
./Runtime/Export/Debug.bindings.h Line: 45)
08-02 09:31:17.680 3858 4063 I Unity :
08-02 09:31:17.681 3858 4063 I Unity : [AudioManager:Awake] Initializing
AudioManager
08-02 09:31:17.681 3858 4063 I Unity : UnityEngine.Logger:Log(LogType, Object,
Object)
08-02 09:31:17.681 3858 4063 I Unity : UnityEngine.Debug:Log(Object, Object)
08-02 09:31:17.681 3858 4063 I Unity : AudioManager:Awake()
08-02 09:31:17.681 3858 4063 I Unity :
08-02 09:31:17.681 3858 4063 I Unity : (Filename:
./Runtime/Export/Debug.bindings.h Line: 45)
08-02 09:31:17.681 3858 4063 I Unity :
08-02 09:31:17.682 3858 4063 I Unity : [MathsManager:Awake] Initializing
MathsManager
08-02 09:31:17.682 3858 4063 I Unity : UnityEngine.Logger:Log(LogType, Object,
Object)
08-02 09:31:17.682 3858 4063 I Unity : UnityEngine.Debug:Log(Object, Object)
08-02 09:31:17.682 3858 4063 I Unity : MathsManager:Awake()
08-02 09:31:17.682 3858 4063 I Unity :
08-02 09:31:17.682 3858 4063 I Unity : (Filename:
./Runtime/Export/Debug.bindings.h Line: 45)
08-02 09:31:17.682 3858 4063 I Unity :
08-02 09:31:17.682 3858 4063 I Unity : [TutorialManager:Awake] Initializing
TutorialManager
08-02 09:31:17.682 3858 4063 I Unity : UnityEngine.Logger:Log(LogType, Object,
Object)
08-02 09:31:17.682 3858 4063 I Unity : UnityEngine.Debug:Log(Object, Object)
08-02 09:31:17.682 3858 4063 I Unity : TutorialManager:Awake()
08-02 09:31:17.682 3858 4063 I Unity :
08-02 09:31:17.682 3858 4063 I Unity : (Filename:
./Runtime/Export/Debug.bindings.h Line: 45)
08-02 09:31:17.682 3858 4063 I Unity :
08-02 09:31:17.684 3858 4063 I Unity : [SaveManager:Awake] Initializing
SaveManager
08-02 09:31:17.684 3858 4063 I Unity : UnityEngine.Logger:Log(LogType, Object,
Object)
08-02 09:31:17.684 3858 4063 I Unity : UnityEngine.Debug:Log(Object, Object)
08-02 09:31:17.684 3858 4063 I Unity : SaveManager:Awake()
08-02 09:31:17.684 3858 4063 I Unity :
08-02 09:31:17.684 3858 4063 I Unity : (Filename:
./Runtime/Export/Debug.bindings.h Line: 45)
08-02 09:31:17.684 3858 4063 I Unity :
08-02 09:31:17.685 3858 4063 I Unity : [FpsCounter:Awake] Starting FPS counter
08-02 09:31:17.685 3858 4063 I Unity : UnityEngine.Logger:Log(LogType, Object,
Object)
08-02 09:31:17.685 3858 4063 I Unity : UnityEngine.Debug:Log(Object, Object)
08-02 09:31:17.685 3858 4063 I Unity : FpsCounter:Awake()
08-02 09:31:17.685 3858 4063 I Unity :
08-02 09:31:17.685 3858 4063 I Unity : (Filename:
./Runtime/Export/Debug.bindings.h Line: 45)
08-02 09:31:17.685 3858 4063 I Unity :
08-02 09:31:17.686 3858 4063 I Unity : [AssetsManager:Awake] Initializing
AssetsManager
08-02 09:31:17.686 3858 4063 I Unity : UnityEngine.Logger:Log(LogType, Object,
Object)
08-02 09:31:17.686 3858 4063 I Unity : UnityEngine.Debug:Log(Object, Object)
08-02 09:31:17.686 3858 4063 I Unity : AssetsManager:Awake()
08-02 09:31:17.686 3858 4063 I Unity :
08-02 09:31:17.686 3858 4063 I Unity : (Filename:
./Runtime/Export/Debug.bindings.h Line: 45)
08-02 09:31:17.686 3858 4063 I Unity :
08-02 09:31:17.686 3858 4063 I Unity : [ScenesManager:Awake] Initializing
ScenesManager
08-02 09:31:17.686 3858 4063 I Unity : UnityEngine.Logger:Log(LogType, Object,
Object)
08-02 09:31:17.686 3858 4063 I Unity : UnityEngine.Debug:Log(Object, Object)
08-02 09:31:17.686 3858 4063 I Unity : ScenesManager:Awake()
08-02 09:31:17.686 3858 4063 I Unity :
08-02 09:31:17.686 3858 4063 I Unity : (Filename:
./Runtime/Export/Debug.bindings.h Line: 45)
08-02 09:31:17.686 3858 4063 I Unity :
08-02 09:31:17.690 3858 4063 I Unity : [SpecialScene_Init:Awake] Opened
SpecialScene_Init scene
08-02 09:31:17.690 3858 4063 I Unity : UnityEngine.Logger:Log(LogType, Object,
Object)
08-02 09:31:17.690 3858 4063 I Unity : UnityEngine.Debug:Log(Object, Object)
08-02 09:31:17.690 3858 4063 I Unity : SpecialScene_Init:Awake()
08-02 09:31:17.690 3858 4063 I Unity :
08-02 09:31:17.690 3858 4063 I Unity : (Filename:
./Runtime/Export/Debug.bindings.h Line: 45)
08-02 09:31:17.690 3858 4063 I Unity :
08-02 09:31:17.885 3858 4063 W Unity : [GameManager:OnApplicationPause] Pause
›› False
08-02 09:31:17.885 3858 4063 W Unity : UnityEngine.Logger:Log(LogType, Object,
Object)
08-02 09:31:17.885 3858 4063 W Unity : UnityEngine.Debug:LogWarning(Object,
Object)
08-02 09:31:17.885 3858 4063 W Unity : GameManager:OnApplicationPause(Boolean)
08-02 09:31:17.885 3858 4063 W Unity :
08-02 09:31:17.885 3858 4063 W Unity : (Filename:
./Runtime/Export/Debug.bindings.h Line: 45)
08-02 09:31:17.885 3858 4063 W Unity :
08-02 09:31:17.886 3858 4063 W Unity : [GameManager:OnApplicationFocus] Focus
›› True
08-02 09:31:17.886 3858 4063 W Unity : UnityEngine.Logger:Log(LogType, Object,
Object)
08-02 09:31:17.886 3858 4063 W Unity : UnityEngine.Debug:LogWarning(Object,
Object)
08-02 09:31:17.886 3858 4063 W Unity : GameManager:OnApplicationFocus(Boolean)
08-02 09:31:17.886 3858 4063 W Unity :
08-02 09:31:17.886 3858 4063 W Unity : (Filename:
./Runtime/Export/Debug.bindings.h Line: 45)
08-02 09:31:17.886 3858 4063 W Unity :
08-02 09:31:17.888 3858 4063 I Unity : CotC resumed
08-02 09:31:17.888 3858 4063 I Unity : UnityEngine.Logger:Log(LogType, Object)
08-02 09:31:17.888 3858 4063 I Unity :
CotcSdk.CotcGameObject:OnApplicationFocus(Boolean)
08-02 09:31:17.888 3858 4063 I Unity :
08-02 09:31:17.888 3858 4063 I Unity : (Filename:
./Runtime/Export/Debug.bindings.h Line: 45)
08-02 09:31:17.888 3858 4063 I Unity :
08-02 09:31:17.910 3858 4063 D CompatibilityChangeReporter: Compat change id
reported: 147600208; UID 10292; state: ENABLED
08-02 09:31:17.919 3858 4063 I FeatureParser: can't find ginkgo.xml in
assets/device_features/,it may be in /system/etc/device_features
08-02 09:31:17.926 3858 4063 E libc : Access denied finding property
"ro.vendor.df.effect.conflict"
08-02 09:31:17.926 3858 4063 E libc : Access denied finding property
"ro.vendor.knock.type"
08-02 09:31:17.928 3858 4063 I Unity : [GameManager:AppLoading_StartLoading]
Loading app
08-02 09:31:17.928 3858 4063 I Unity : UnityEngine.Logger:Log(LogType, Object,
Object)
08-02 09:31:17.928 3858 4063 I Unity : UnityEngine.Debug:Log(Object, Object)
08-02 09:31:17.928 3858 4063 I Unity : GameManager:AppLoading_StartLoading()
08-02 09:31:17.928 3858 4063 I Unity :
08-02 09:31:17.928 3858 4063 I Unity : (Filename:
./Runtime/Export/Debug.bindings.h Line: 45)
08-02 09:31:17.928 3858 4063 I Unity :
08-02 09:31:17.937 3858 4063 I Unity : [GameManager:AppLoading_NextLoadingStep]
Executing loading step ›› LoginAndDataFetching
08-02 09:31:17.937 3858 4063 I Unity : UnityEngine.Logger:Log(LogType, Object,
Object)
08-02 09:31:17.937 3858 4063 I Unity : UnityEngine.Debug:Log(Object, Object)
08-02 09:31:17.937 3858 4063 I Unity : GameManager:AppLoading_NextLoadingStep()
08-02 09:31:17.937 3858 4063 I Unity :
08-02 09:31:17.937 3858 4063 I Unity : (Filename:
./Runtime/Export/Debug.bindings.h Line: 45)
08-02 09:31:17.937 3858 4063 I Unity :
08-02 09:31:17.940 3858 4073 I DpmTcmClient: RegisterTcmMonitor from: $Proxy1
08-02 09:31:17.941 3858 4063 I Unity : CotC inited
08-02 09:31:17.941 3858 4063 I Unity : UnityEngine.Logger:Log(LogType, Object)
08-02 09:31:17.941 3858 4063 I Unity :
CotcSdk.CotcGameObject:<Start>b__2_0(Cloud)
08-02 09:31:17.941 3858 4063 I Unity :
CotcSdk.<>c__DisplayClass14_0:<Then>b__0(PromisedT)
08-02 09:31:17.941 3858 4063 I Unity :
CotcSdk.Promise`1:InvokeHandler(Action`1, Action`1, T)
08-02 09:31:17.941 3858 4063 I Unity :
CotcSdk.Promise`1:ActionHandlers(Action`1, Action`1, Action`1)
08-02 09:31:17.941 3858 4063 I Unity : CotcSdk.Promise`1:Then(Action`1,
Action`1)
08-02 09:31:17.941 3858 4063 I Unity :
08-02 09:31:17.941 3858 4063 I Unity : (Filename:
./Runtime/Export/Debug.bindings.h Line: 45)
08-02 09:31:17.941 3858 4063 I Unity :
08-02 09:31:17.941 3858 4063 I Unity : [ACTk] Injection Detector: is not
supported on current platform! This message is harmless.
08-02 09:31:17.941 3858 4063 I Unity : UnityEngine.Logger:Log(LogType, Object)
08-02 09:31:17.941 3858 4063 I Unity :
08-02 09:31:17.941 3858 4063 I Unity : (Filename:
./Runtime/Export/Debug.bindings.h Line: 45)
08-02 09:31:17.941 3858 4063 I Unity :
08-02 09:31:17.944 3858 4063 I Unity : [I2Localization:Start] Initializing
LocalizationManager
08-02 09:31:17.944 3858 4063 I Unity : UnityEngine.Logger:Log(LogType, Object,
Object)
08-02 09:31:17.944 3858 4063 I Unity : UnityEngine.Debug:Log(Object, Object)
08-02 09:31:17.944 3858 4063 I Unity : I2Localization:Start()
08-02 09:31:17.944 3858 4063 I Unity :
08-02 09:31:17.944 3858 4063 I Unity : (Filename:
./Runtime/Export/Debug.bindings.h Line: 45)
08-02 09:31:17.944 3858 4063 I Unity :
08-02 09:31:18.061 3858 4101 I AudioTrack: isLongTimeZoreData zoer date time 2
Seconds
08-02 09:31:18.555 3858 4063 I Unity : [XtraLifeBackend:Init] Initializing
BackendManager
08-02 09:31:18.555 3858 4063 I Unity : UnityEngine.Logger:Log(LogType, Object,
Object)
08-02 09:31:18.555 3858 4063 I Unity : UnityEngine.Debug:Log(Object, Object)
08-02 09:31:18.555 3858 4063 I Unity : XtraLifeBackend:Init(Action, Action`1)
08-02 09:31:18.555 3858 4063 I Unity :
CodeStage.AntiCheat.Genuine.CodeHash.<CalculationAwaiter>d__20:MoveNext()
08-02 09:31:18.555 3858 4063 I Unity :
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
08-02 09:31:18.555 3858 4063 I Unity :
08-02 09:31:18.555 3858 4063 I Unity : (Filename:
./Runtime/Export/Debug.bindings.h Line: 45)
08-02 09:31:18.555 3858 4063 I Unity :
08-02 09:31:18.886 3858 3894 W System : A resource failed to call close.
08-02 09:31:19.078 3858 4101 I AudioTrack: isLongTimeZoreData zoer date time 3
Seconds
08-02 09:31:20.093 3858 4101 I AudioTrack: isLongTimeZoreData zoer date time 4
Seconds
08-02 09:31:21.109 3858 4101 I AudioTrack: isLongTimeZoreData zoer date time 5
Seconds
08-02 09:31:22.125 3858 4101 I AudioTrack: isLongTimeZoreData zoer date time 6
Seconds
08-02 09:31:23.141 3858 4101 I AudioTrack: isLongTimeZoreData zoer date time 7
Seconds
08-02 09:31:24.157 3858 4101 I AudioTrack: isLongTimeZoreData zoer date time 8
Seconds
08-02 09:31:25.173 3858 4101 I AudioTrack: isLongTimeZoreData zoer date time 9
Seconds
08-02 09:31:26.189 3858 4101 I AudioTrack: isLongTimeZoreData zoer date time 10
Seconds
08-02 09:31:27.205 3858 4101 I AudioTrack: isLongTimeZoreData zoer date time 11
Seconds
08-02 09:31:28.221 3858 4101 I AudioTrack: isLongTimeZoreData zoer date time 12
Seconds
08-02 09:31:29.237 3858 4101 I AudioTrack: isLongTimeZoreData zoer date time 13
Seconds
08-02 09:31:30.253 3858 4101 I AudioTrack: isLongTimeZoreData zoer date time 14
Seconds
08-02 09:31:31.269 3858 4101 I AudioTrack: isLongTimeZoreData zoer date time 15
Seconds
08-02 09:31:32.285 3858 4101 I AudioTrack: isLongTimeZoreData zoer date time 16
Seconds
08-02 09:31:32.900 3858 3858 V MediaRouter: Selecting route:
RouteInfo{ name=Phone, description=null, status=null,
category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO
ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO
ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
08-02 09:31:33.301 3858 4101 I AudioTrack: isLongTimeZoreData zoer date time 17
Seconds
08-02 09:31:33.765 3858 4146 W Choreographer: Frame time is 0.168752 ms in the
future! Check that graphics HAL is generating vsync timestamps using the correct
timebase.
08-02 09:31:34.317 3858 4101 I AudioTrack: isLongTimeZoreData zoer date time 18
Seconds
08-02 09:31:35.333 3858 4101 I AudioTrack: isLongTimeZoreData zoer date time 19
Seconds
08-02 09:31:36.349 3858 4101 I AudioTrack: isLongTimeZoreData zoer date time 20
Seconds
08-02 09:31:37.365 3858 4101 I AudioTrack: isLongTimeZoreData zoer date time 21
Seconds
08-02 09:31:38.381 3858 4101 I AudioTrack: isLongTimeZoreData zoer date time 22
Seconds
08-02 09:31:39.397 3858 4101 I AudioTrack: isLongTimeZoreData zoer date time 23
Seconds
08-02 09:31:40.413 3858 4101 I AudioTrack: isLongTimeZoreData zoer date time 24
Seconds
08-02 09:31:45.511 3858 3858 V MiuiFrameworkFactory: get AllImpl object =
android.common.MiuiFrameworkFactoryImpl@c0c9384
08-02 09:31:45.515 3858 3858 W MirrorManager: this model don't Support
08-02 09:31:46.605 3858 3858 D Mod_Menu: Feature name: 0 - Unlimited dollars
(read note) | Value: = 0 | Bool: = 1 | Text: =
08-02 09:31:46.877 3858 3858 D Mod_Menu: Feature name: 1 - Unlimited messengers |
Value: = 0 | Bool: = 1 | Text: =
08-02 09:31:47.042 3858 3907 W RenderInspector: QueueBuffer time out on ,
count=1, avg=17 ms, max=17 ms.
08-02 09:31:47.258 3858 3907 W RenderInspector: QueueBuffer time out on ,
count=1, avg=17 ms, max=17 ms.
08-02 09:32:09.563 3858 4063 E Unity : JsonException: Can't parse json token
value '1.79769313486232E+308' as a number (int, long, or double)
08-02 09:32:09.563 3858 4063 E Unity : at LitJson.JsonReader.ProcessNumber
(System.String number) [0x00000] in <00000000000000000000000000000000>:0
08-02 09:32:09.563 3858 4063 E Unity : at LitJson.JsonReader.ProcessSymbol ()
[0x00000] in <00000000000000000000000000000000>:0
08-02 09:32:09.563 3858 4063 E Unity : at LitJson.JsonReader.Read ()
[0x00000] in <00000000000000000000000000000000>:0
08-02 09:32:09.563 3858 4063 E Unity : at LitJson.JsonMapper.ReadValue
(LitJson.WrapperFactory factory, LitJson.JsonReader reader) [0x00000] in
<00000000000000000000000000000000>:0
08-02 09:32:09.563 3858 4063 E Unity : at LitJson.JsonMapper.ReadValue
(LitJson.WrapperFactory factory, LitJson.JsonReader reader) [0x00000] in
<00000000000000000000000000000000>:0
08-02 09:32:09.563 3858 4063 E Unity : at LitJson.JsonMapper.ReadValue
(LitJson.WrapperFactory factory, LitJson.JsonReader reader) [0x00000] in
<00000000000000000000000000000000>:0
08-02 09:32:09.563 3858 4063 E Unity : at LitJson.JsonMapper.ReadValue
(LitJson.WrapperFactory factory, LitJson.JsonReader reader) [0x00000] in
<00000000000000000000000000000000>:0
08-02 09:32:09.563 3858 4063 E Unity : at LitJson.JsonMapper.ToObject
(System.String json)
08-02 09:32:19.979 3858 3858 D Mod_Menu: Feature name: 1 - Unlimited messengers |
Value: = 0 | Bool: = 0 | Text: =
08-02 09:32:20.388 3858 3858 D Mod_Menu: Feature name: 0 - Unlimited dollars
(read note) | Value: = 0 | Bool: = 0 | Text: =
08-02 09:32:20.761 3858 3907 W RenderInspector: QueueBuffer time out on ,
count=1, avg=20 ms, max=20 ms.
08-02 09:32:21.025 3858 3894 W System : A resource failed to call end.

You might also like