i was running app in kitkat api level 19, but wikitude not supporting api level 19 i.e, kitkat. later i run app on post lollipop devices , now app works smoothly.
check below class
public class WikitudeCamera2//(this class supporting after api level 21, i.e, lollipop)
mithun kumar
hello all, happy new year
I am using wikitude sdk for native android, when app launches it ends up with crash for first time, next time it works fine. while app crash it gives a message "Attempting to load EGL implementation libEGL_tegra_impl".Can any one tell what may be the issue.
Thanks
mithun
//log file//
01-07 17:45:50.662 19665-19665/? D/dalvikvm: Late-enabling CheckJNI
01-07 17:45:50.679 19665-19672/? E/jdwp: Failed sending reply to debugger: Broken pipe
01-07 17:45:50.679 19665-19672/? D/dalvikvm: Debugger has detached; object registry had 1 entries
01-07 17:45:50.760 19665-19665/? I/InstantRun: Instant Run Runtime started. Android package is com.wikitude.nativesdksampleapp, real application class is null.
01-07 17:45:50.768 19665-19665/? W/InstantRun: No instant run dex files added to classpath
01-07 17:45:50.841 19665-19684/? I/dalvikvm-heap: Grow heap (frag case) to 7.626MB for 16400-byte allocation
01-07 17:45:50.855 19665-19665/? I/CrashlyticsCore: Initializing Crashlytics 2.3.14.151
01-07 17:45:50.886 19665-19665/? D/dalvikvm: Trying to load lib /data/app-lib/com.wikitude.nativesdksampleapp-1/libnativesdk.so 0x41e76ca0
01-07 17:45:50.916 19665-19665/? D/dalvikvm: Added shared lib /data/app-lib/com.wikitude.nativesdksampleapp-1/libnativesdk.so 0x41e76ca0
01-07 17:45:50.925 19665-19665/? W/ContextImpl: Failed to ensure directory: /storage/sdcard1/Android/data/com.wikitude.nativesdksampleapp/files
01-07 17:45:50.948 19665-19665/? I/dalvikvm-heap: Grow heap (frag case) to 8.127MB for 160-byte allocation
01-07 17:45:50.952 19665-19665/? D/dalvikvm: GetMethodID: not returning static method Landroid/os/Process;.getTotalMemory ()J
01-07 17:45:50.953 19665-19665/? D/dalvikvm: GetMethodID: not returning static method Landroid/os/Process;.getFreeMemory ()J
01-07 17:45:51.219 19665-19665/? D/NvCameraSuspendHelper: register camera handler for com.wikitude.nativesdksampleapp
01-07 17:45:51.223 19665-19665/? I/dalvikvm-heap: Grow heap (frag case) to 8.985MB for 460816-byte allocation
01-07 17:45:51.326 19665-19665/? D/b: calculateFov: params.getHorizontalViewAngle() 67.7523
01-07 17:45:51.326 19665-19665/? D/b: calculateFov: 67.7523
01-07 17:45:51.404 19665-19665/? D/libEGL: loaded /system/lib/egl/libEGL_tegra.so
[ 01-07 17:45:51.404 19665:19665 I/ ]
Attempting to load EGL implementation libEGL_tegra_impl
01-07 17:45:51.477 19665-19665/? D/libEGL: loaded /system/lib/egl/libGLESv1_CM_tegra.so
01-07 17:45:51.485 19665-19665/? D/libEGL: loaded /system/lib/egl/libGLESv2_tegra.so
01-07 17:45:51.529 19665-19665/? I/dalvikvm-heap: Grow heap (frag case) to 9.784MB for 8208-byte allocation
01-07 17:45:51.533 19665-19665/? W/ModelSpecificDistanceCalculator: Cannot find match for this device. Using default
01-07 17:45:51.533 19665-19665/? W/ModelSpecificDistanceCalculator: Cannot find match for this device. Using default
01-07 17:45:51.749 19665-19665/com.wikitude.nativesdksampleapp D/OpenGLRenderer: Enabling debug mode 0
01-07 17:45:51.836 19665-19701/com.wikitude.nativesdksampleapp A/libc: Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 19701 (Thread-2826)
01-07 17:45:51.846 19665-19665/com.wikitude.nativesdksampleapp D/BluetoothAdapter: startLeScan(): null
01-07 17:45:51.848 19665-19677/com.wikitude.nativesdksampleapp D/BluetoothAdapter: onClientRegistered() - status=0 clientIf=5
01-07 17:45:51.871 19665-19665/com.wikitude.nativesdksampleapp W/ContextImpl: Implicit intents with startService are not safe: Intent { act=com.nvidia.ControllerMapper.START_SERVICE } android.content.ContextWrapper.bindService:517 com.nvidia.ControllerMapper.MapperClient$ServiceClient.connect:587 com.nvidia.ControllerMapper.MapperClient.<init>:91
////log file end/////