Created
May 15, 2016 10:47
-
-
Save ilkinulas/4acf7b9722473c89587e51e77432fd17 to your computer and use it in GitHub Desktop.
Logcat output for unity (verbose)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ ~ adb logcat -v time -s Unity | |
--------- beginning of main | |
--------- beginning of system | |
--------- beginning of crash | |
05-15 13:24:38.217 W/Unity ( 2407): Failed to get permission info for com.google.android.c2dm.permission.RECEIVE, manifest likely missing custom permission declaration | |
05-15 13:24:38.217 W/Unity ( 2407): Permission com.google.android.c2dm.permission.RECEIVE ignored | |
05-15 13:24:38.220 W/Unity ( 2407): Failed to get permission info for com.android.vending.BILLING, manifest likely missing custom permission declaration | |
05-15 13:24:38.220 W/Unity ( 2407): Permission com.android.vending.BILLING ignored | |
05-15 13:24:38.450 D/Unity ( 2407): GL_EXT_debug_marker GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_depth24 GL_OES_depth32 GL_OES_element_index_uint GL_OES_texture_float GL_OES_texture_float_linear GL_OES_compressed_paletted_texture GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth_texture GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_packed_depth_stencil GL_OES_vertex_half_float GL_OES_texture_npot | |
05-15 13:24:40.054 W/Unity ( 2407): The referenced script on this Behaviour (Game Object 'NetworkServiceReacher') is missing! | |
05-15 13:24:40.054 W/Unity ( 2407): | |
05-15 13:24:40.054 W/Unity ( 2407): (Filename: Line: 1655) | |
05-15 13:24:40.054 W/Unity ( 2407): | |
05-15 13:24:42.561 W/Unity ( 2407): DontDestroyOnLoad only work for root GameObjects or components on root GameObjects. | |
05-15 13:24:42.561 W/Unity ( 2407): | |
05-15 13:24:42.561 W/Unity ( 2407): (Filename: Line: 374) | |
05-15 13:24:42.561 W/Unity ( 2407): | |
05-15 13:24:42.735 W/Unity ( 2407): DontDestroyOnLoad only work for root GameObjects or components on root GameObjects. | |
05-15 13:24:42.735 W/Unity ( 2407): | |
05-15 13:24:42.735 W/Unity ( 2407): (Filename: Line: 374) | |
05-15 13:24:42.735 W/Unity ( 2407): | |
05-15 13:24:43.529 I/Unity ( 2407): SendEvent: n:AppPerformance l:0 v: st1:AppInit st2:9af41db4-2da6-4b71-bbc5-245b55dded4c st3: data:{"session_id":"424b44ff-c5b4-4958-a884-48a5239cb554","fb_id":"","user_id":"","idfa_gps_adid":"","device":"unknown","device_name":"Android SDK built for x86_64","device_version":"Android OS 6.0 / API-23 (MASTER/2524533)","product_version":"101","new_comer":true,"uuid":"904ff4e21d54283d","macid":""} | |
05-15 13:24:43.529 I/Unity ( 2407): | |
05-15 13:24:43.529 I/Unity ( 2407): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) | |
05-15 13:24:43.529 I/Unity ( 2407): | |
05-15 13:24:43.583 I/Unity ( 2407): Application resumed. | |
05-15 13:24:43.583 I/Unity ( 2407): | |
05-15 13:24:43.583 I/Unity ( 2407): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) | |
05-15 13:24:43.583 I/Unity ( 2407): | |
05-15 13:24:43.655 I/Unity ( 2407): Using Facebook Unity SDK v7.4.0 with FBAndroidSDK/4.9.0 | |
05-15 13:24:43.655 I/Unity ( 2407): | |
05-15 13:24:43.655 I/Unity ( 2407): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) | |
05-15 13:24:43.655 I/Unity ( 2407): | |
05-15 13:24:43.700 I/Unity ( 2407): Analytics Native Log: Failed to get google ad id.null | |
05-15 13:24:43.700 I/Unity ( 2407): | |
05-15 13:24:43.700 I/Unity ( 2407): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) | |
05-15 13:24:43.700 I/Unity ( 2407): | |
05-15 13:24:43.700 I/Unity ( 2407): Analytics Native Log: Analytics session started | |
05-15 13:24:43.700 I/Unity ( 2407): | |
05-15 13:24:43.700 I/Unity ( 2407): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) | |
05-15 13:24:43.700 I/Unity ( 2407): |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment