I am newbie to Android Studio, I don't know how to get further debug message, how can I do it?
Android Version (Failed)
LG H818 G4 : Android 6.0, API 23
Lenovo PB1: Android 5.1.1, API 22
Virtual Device (Work Fine)
Nexus 10 : Android 7.1.1, API 25
and the following the message I can see:
11-23 17:29:18.934 8715-8715/? I/art: Late-enabling -Xcheck:jni
11-23 17:29:18.972 8715-8729/? E/art: Failed sending reply to debugger: Broken pipe
11-23 17:29:18.972 8715-8729/? I/art: Debugger is no longer active
11-23 17:29:19.144 8715-8715/? W/linker: libMyGame.so: unused DT entry: type 0x6ffffffe arg 0x57ef08
11-23 17:29:19.144 8715-8715/? W/linker: libMyGame.so: unused DT entry: type 0x6fffffff arg 0x3
11-23 17:29:19.195 8715-8715/? D/JniHelper: JniHelper::setJavaVM(0xaaef3c70), pthread_self() = -144917524
11-23 17:29:19.195 8715-8715/? D/main: cocos_android_app_init
11-23 17:29:19.197 8715-8715/? D/Cocos2dxHelper: isSupportLowLatency:false
11-23 17:29:19.213 8715-8715/? D/Cocos2dxHelper: sampleRate: 48000, framesPerBuffer: 960
11-23 17:29:19.214 8715-8715/? D/Java_org_cocos2dx_lib_Cocos2dxHelper.cpp: nativeSetAudioDeviceInfo: sampleRate: 48000, bufferSizeInFrames: 960
11-23 17:29:19.296 8715-8715/? D/Cocos2dxActivity: model=Lenovo PB1-770M
11-23 17:29:19.296 8715-8715/? D/Cocos2dxActivity: product=PB1-770M
11-23 17:29:19.296 8715-8715/? D/Cocos2dxActivity: isEmulator=false
11-23 17:29:19.300 8715-8715/? D/Cocos2dxActivity: onResume()
11-23 17:29:19.305 8715-8715/? I/ViewRootImpl: CPU Rendering VSync enable = true
11-23 17:29:19.307 8715-8776/? D/OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
11-23 17:29:19.379 8715-8776/? I/Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_LA.BR.1.1.3_RB1.05.01.00.032.017_msm8916_64_LA.BR.1.1.3_RB1__release_AU (Ie228694f41)
OpenGL ES Shader Compiler Version: E031.25.03.04
Build Date: 10/27/15 Tue
Local Branch: mybranch15715789
Remote Branch: quic/LA.BR.1.1.3_rb1.36
Local Patches: NONE
Reconstruct Branch: AU_LINUX_ANDROID_LA.BR.1.1.3_RB1.05.01.00.032.017 + 26a3cba + 6f69ea6 + 8bc2bc8 + 649fcde + a52cccf + dbf281f + 15f0bf8 + 8d02f76 + 9b2cb1a + 25f3b04 + 7cd8c84 + b54906e + 675fd74 + 7c22ef4 + 79b094c
11-23 17:29:19.380 8715-8776/? I/OpenGLRenderer: Initialized EGL, version 1.4
11-23 17:29:19.394 8715-8776/? D/OpenGLRenderer: Enabling debug mode 0
11-23 17:29:19.400 8715-8776/? I/qdutils: PartialUpdate status: Disabled
11-23 17:29:19.400 8715-8776/? I/qdutils: Left Align: 0
11-23 17:29:19.400 8715-8776/? I/qdutils: Width Align: 0
11-23 17:29:19.400 8715-8776/? I/qdutils: Top Align: 0
11-23 17:29:19.400 8715-8776/? I/qdutils: Height Align: 0
11-23 17:29:19.400 8715-8776/? I/qdutils: Min ROI Width: 0
11-23 17:29:19.400 8715-8776/? I/qdutils: Min ROI Height: 0
11-23 17:29:19.400 8715-8776/? I/qdutils: Needs ROI Merge: 0
11-23 17:29:19.400 8715-8776/? I/qdutils: Dynamic Fps: Disabled
11-23 17:29:19.400 8715-8776/? I/qdutils: Min Panel fps: 0
11-23 17:29:19.400 8715-8776/? I/qdutils: Max Panel fps: 0
11-23 17:29:19.457 8715-8775/? D/cocos2d-x debug info: {
gl.supports_OES_packed_depth_stencil: true
gl.supports_vertex_array_object: true
gl.supports_BGRA8888: false
gl.supports_ATITC: true
gl.supports_S3TC: false
cocos2d.x.version: cocos2d-x-3.13
gl.supports_discard_framebuffer: true
cocos2d.x.compiled_with_profiler: false
gl.supports_PVRTC: false
cocos2d.x.build_type: DEBUG
gl.renderer: Adreno (TM) 405
gl.supports_OES_depth24: true
gl.supports_ETC1: true
gl.supports_OES_map_buffer: false
cocos2d.x.compiled_with_gl_state_cache: true
gl.version: OpenGL ES 3.0 V@100.0 AU@05.01.00.032.017 (GIT@Ie228694f41)
gl.supports_NPOT: true
gl.max_texture_units: 32
gl.vendor: Qualcomm
gl.max_texture_size: 16384
}
11-23 17:29:19.457 8715-8775/? D/cocos2d-x debug info: cocos2d: warning, Director::setProjection() failed because size is 0
11-23 17:29:19.458 8715-8775/? D/cocos2d-x debug info: [AppDelegate] ##### frame Size Width =1920.000000, Height =1080.000000
11-23 17:29:19.458 8715-8775/? D/cocos2d-x debug info: [AppDelegate] width =0.000000, hieght =0.000000
11-23 17:29:19.489 8715-8715/? D/Cocos2dxActivity: onWindowFocusChanged() hasFocus=true
11-23 17:29:19.534 8715-8715/? I/Timeline: Timeline: Activity_idle id: android.os.BinderProxy@163d98b8 time:17689437
11-23 17:29:19.711 8715-8775/? D/cocos2d-x debug info: create rendererRecreatedListener for GLProgramState
11-23 17:29:19.712 8715-8775/? D/cocos2d-x debug info: [IntroLayer] Inited
11-23 17:29:19.742 8715-8775/? D/cocos2d-x debug info: create rendererRecreatedListener for GLProgramState
11-23 17:29:19.743 8715-8775/? D/cocos2d-x debug info: cocos2d: QuadCommand: resizing index size from [-1] to [2560]
11-23 17:29:20.749 8715-8775/com.omm.gmmtesting D/cocos2d-x debug info: [DataManager] Inited
11-23 17:29:21.325 8715-8775/com.omm.gmmtesting D/cocos2d-x debug info: 568.500000
11-23 17:29:21.325 8715-8775/com.omm.gmmtesting D/cocos2d-x debug info: 1137.000000
11-23 17:29:21.330 8715-8775/com.omm.gmmtesting D/cocos2d-x debug info: [Host] Inited
11-23 17:29:21.341 8715-8775/com.omm.gmmtesting A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x69 in tid 8775 (GLThread 399)