Discussion Forums  >  Images, Documents, File Locations

Replies: 13    Views: 397

Agu
Lost but trying
Profile
Posts: 98
Reg: Mar 06, 2014
GRANADA
980
12/04/15 05:05 PM (8 years ago)

my app crash (FIXED)

My app crash, i think is a problem with the images ?? can anyone help me please? i have all the images in all drawable/ mipmap folders (android studio 1.5) thanks in advence. here is the logcat: --- allocation failed for scaled bitmap 12-05 00:58:52.595 9320-9320/com.anticoagulacionoralagssur D/AndroidRuntime: Shutting down VM 12-05 00:58:52.595 9320-9320/com.anticoagulacionoralagssur W/dalvikvm: threadid=1: thread exiting with uncaught exception (group=0x419fce48) 12-05 00:58:52.595 9320-9320/com.anticoagulacionoralagssur E/AndroidRuntime: FATAL EXCEPTION: main Process: com.anticoagulacionoralagssur, PID: 9320 java.lang.OutOfMemoryError at android.graphics.BitmapFactory.nativeDecodeAsset(Native Method) at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:587) at android.graphics.BitmapFactory.decodeResourceStream(BitmapFactory.java:422) at android.graphics.drawable.Drawable.createFromResourceStream(Drawable.java:840) at android.content.res.Resources.loadDrawable(Resources.java:2150) at android.content.res.Resources.getDrawable(Resources.java:715) at com.anticoagulacionoralagssur.BT_fileManager.getDrawableByName(BT_fileManager.java:263) at com.anticoagulacionoralagssur.WB_screen_menuImage.onCreateView(WB_screen_menuImage.java:271) at android.app.Fragment.performCreateView(Fragment.java:1710) at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:891) at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1063) at android.app.BackStackRecord.run(BackStackRecord.java:684) at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1450) at android.app.FragmentManagerImpl$1.run(FragmentManager.java:444) at android.os.Handler.handleCallback(Handler.java:733) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:136) at android.app.ActivityThread.main(ActivityThread.java:5118) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:515) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:790) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:606) at dalvik.system.NativeStart.main(Native Method) 12-05 00:58:57.129 9320-9320/com.anticoagulacionoralagssur I/Process: Sending signal. PID: 9320 SIG: 9
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
12/04/15 09:55 PM (8 years ago)
how 'large' are the images with respect to filesize? I'd like to see a few lines prior to what you have; before 'allocation failed for scaled bitmap', but this stands out: java.lang.OutOfMemoryError and that means your device ran out of memory that was allocated for the app. If you're running a simulator, increase the memory available to something more reasonable. If you're working with a 'real' device, then you may want to visit your drawable directory and see which images have larger than expected file sizes. It's possible that something else is causing it but from what I can see, that's my first logical guess. Cheers! -- Smug
 
FunkyMonkey
Aspiring developer
Profile
Posts: 1177
Reg: Aug 07, 2013
blackpool
14,570
like
12/05/15 03:04 AM (8 years ago)
also in your manifest file, change large heap to (true) this helped my apps from crashing when i had issues with images, its not a complete fix, as im not a coder like Smug, but it seams to work. Cheers Sean
 
Agu
Lost but trying
Profile
Posts: 98
Reg: Mar 06, 2014
GRANADA
980
like
12/05/15 04:10 AM (8 years ago)
thanks!, i will try this solutions.
 
Agu
Lost but trying
Profile
Posts: 98
Reg: Mar 06, 2014
GRANADA
980
like
12/15/15 01:17 PM (8 years ago)
SmugWimp, here is the entore logcat, hope it helps. Thanks! 12-15 21:07:07.840 11583-11583/? D/dalvikvm: Late-enabling CheckJNI 12-15 21:07:07.890 11583-11583/? D/ActivityThread: setTargetHeapUtilization:0.25 12-15 21:07:07.890 11583-11583/? D/ActivityThread: setTargetHeapConcurrentStart:2097152 12-15 21:07:07.890 11583-11583/? D/HyLog: I : /data/font/config/sfconfig.dat, No such file or directory (2) 12-15 21:07:07.890 11583-11583/? D/HyLog: I : /data/font/config/dfactpre.dat, No such file or directory (2) 12-15 21:07:07.890 11583-11583/? D/HyLog: I : /data/font/config/sfconfig.dat, No such file or directory (2) 12-15 21:07:07.910 11583-11583/? W/ZZ: anticoagulacionoralagssur_appDelegate: onCreate 12-15 21:07:07.910 11583-11583/? W/ZZ: anticoagulacionoralagssur_appDelegate:loadAudioPlayer 12-15 21:07:07.910 11583-11589/? D/dalvikvm: Debugger has detached; object registry had 1 entries 12-15 21:07:07.910 11583-11602/? W/ZZ: anticoagulacionoralagssur_appDelegate:SoundEffectLoader:doInBackground initSoundEffects 12-15 21:07:07.910 11583-11602/? W/ZZ: anticoagulacionoralagssur_appDelegate:SoundEffectLoader:doInBackground initSoundEffects DISABLED 12-15 21:07:07.910 11583-11583/? W/ZZ: BT_application: Creating root-app object. 12-15 21:07:07.910 11583-11583/? W/ZZ: BT_device: Creating root-device object. 12-15 21:07:07.920 11583-11583/? W/ZZ: BT_device: This device uses an Android display density of: 320dpi (dots per inch) 12-15 21:07:07.930 11583-11583/? W/ZZ: BT_device: This device can send SMS / Text messages. 12-15 21:07:07.930 11583-11583/? W/ZZ: BT_device: This device cant make phone calls. 12-15 21:07:07.930 11583-11583/? W/ZZ: BT_device: This device can take pictures. 12-15 21:07:07.930 11583-11583/? W/ZZ: BT_device: This device can take videos. 12-15 21:07:07.930 11583-11583/? W/ZZ: BT_device: This device can send emails. 12-15 21:07:07.930 11583-11583/? W/ZZ: BT_device: This device is GPS capable. 12-15 21:07:07.930 11583-11583/? W/ZZ: BT_device: This device does support vibrating. 12-15 21:07:07.951 11583-11583/? W/ZZ: BT_device: This device has an accelerometer (it can detect shaking). 12-15 21:07:07.951 11583-11583/? W/ZZ: BT_device: This device can record audio. 12-15 21:07:07.951 11583-11583/? W/ZZ: BT_device:updateDeviceConnectionType: ConnectionType: WIFI 12-15 21:07:07.951 11583-11583/? W/ZZ: BT_user: Creating root-user object. 12-15 21:07:07.951 11583-11583/? I/Configs: The framework log level is 0. 12-15 21:07:07.961 11583-11583/? W/ZZ: BT_activity_start:onCreate 12-15 21:07:07.961 11583-11583/? W/ZZ: BT_activity_start:onCreate This device is running Android Build Vers:19 12-15 21:07:07.971 11583-11583/? W/ZZ: BT_activity_start:loadAppConfigData 12-15 21:07:07.971 11583-11583/? W/ZZ: BT_fragment_load_config_data:onCreate 12-15 21:07:07.971 11583-11583/? W/ZZ: BT_fragment_load_config_data:onCreateView 12-15 21:07:08.001 11583-11583/? W/ZZ: BT_device:updateDeviceConnectionType: ConnectionType: WIFI 12-15 21:07:08.001 11583-11583/? W/ZZ: BT_device:updateDeviceSize This device has a screen size of: 768 (width) x 1280 (height). 12-15 21:07:08.001 11583-11583/? W/ZZ: BT_device:updateDeviceSize This application considers this to be a "large device" 12-15 21:07:08.001 11583-11583/? W/ZZ: BT_device:updateDeviceSize This device is in "portrait" orientation. 12-15 21:07:08.011 11583-11606/? W/ZZ: BT_fragment_load_config_data:loadAppConfigData loading "BT_config.txt" from /assests folder in project... 12-15 21:07:08.091 11583-11583/? I/ActivityManager: Timeline: Activity_idle id: android.os.BinderProxy@4212e4c0 time:15036360 12-15 21:07:08.171 11583-11606/? W/ZZ: BT_fileManager: readTextFileFromAssets: "/BT_config.txt" 12-15 21:07:08.211 11583-11606/? W/ZZ: BT_fragment_load_config_data:loadAppConfigData loaded "BT_config.txt" from /assets folder successfully... 12-15 21:07:08.211 11583-11606/? W/ZZ: BT_application: getDataURLFromAppData 12-15 21:07:08.361 11583-11606/? W/ZZ: BT_fragment_load_config_data:loadAppConfigData "BT_config.txt" file does use a dataURL for remote updates... 12-15 21:07:08.361 11583-11606/? W/ZZ: BT_fileManager: readTextFileFromCache: "cachedAppConfig.txt" 12-15 21:07:08.411 11583-11606/? D/dalvikvm: GC_FOR_ALLOC freed 6180K, 40% free 10562K/17488K, paused 33ms, total 33ms 12-15 21:07:08.421 11583-11606/? W/ZZ: BT_fragment_load_config_data:loadAppConfigData reading cachedAppConfig.txt from the applications download cache... 12-15 21:07:08.421 11583-11606/? W/ZZ: BT_fragment_load_config_data:loadAppConfigData ignoring BT_config.txt file included in the project (using cached version instead)... 12-15 21:07:08.421 11583-11606/? W/ZZ: BT_application: validateApplicationData 12-15 21:07:08.531 11583-11606/? W/ZZ: BT_fragment_load_config_data:loadAppConfigData application data appears to be valid JSON... 12-15 21:07:08.531 11583-11606/? W/ZZ: BT_application: parseJSONData 12-15 21:07:08.571 11583-11587/? D/dalvikvm: GC_CONCURRENT freed 3537K, 40% free 10496K/17488K, paused 3ms+2ms, total 30ms 12-15 21:07:08.661 11583-11606/? W/ZZ: BT_application: parsing core settings... 12-15 21:07:08.661 11583-11606/? W/ZZ: BT_application: parsing themes... 12-15 21:07:08.661 11583-11606/? W/ZZ: BT_application: parsing tabs... 12-15 21:07:08.661 11583-11606/? W/ZZ: BT_application: parsing screens... 12-15 21:07:08.681 11583-11606/? W/ZZ: BT_application:parseJSONData done parsing application data 12-15 21:07:08.681 11583-11606/? W/ZZ: BT_fragment_load_config_data:loadAppConfigData downloading app data from: https://www.buzztouch.com/api/app/?command=getAppData&appGuid=JAEA546C7CD46546105868718&apiKey=A44035D483DC263AD37C481&apiSecret=9E608949E9D938A7004F511&currentMode=Live 12-15 21:07:08.681 11583-11606/? W/ZZ: BT_downloader:downloadTextData from URL: https://www.buzztouch.com/api/app/?command=getAppData&appGuid=JAEA546C7CD46546105868718&apiKey=A44035D483DC263AD37C481&apiSecret=9E608949E9D938A7004F511&currentMode=Live 12-15 21:07:11.334 11583-11606/com.anticoagulacionoralagssur D/dalvikvm: GC_FOR_ALLOC freed 2399K, 30% free 12252K/17488K, paused 42ms, total 43ms 12-15 21:07:11.554 11583-11606/com.anticoagulacionoralagssur W/ZZ: BT_application: validateApplicationData 12-15 21:07:11.674 11583-11606/com.anticoagulacionoralagssur W/ZZ: BT_fragment_load_config_data:loadAppConfigData Done downloading, JSON appears valid. 12-15 21:07:11.674 11583-11606/com.anticoagulacionoralagssur W/ZZ: BT_application: parseJSONData 12-15 21:07:11.824 11583-11606/com.anticoagulacionoralagssur W/ZZ: BT_application: parsing core settings... 12-15 21:07:11.824 11583-11606/com.anticoagulacionoralagssur W/ZZ: BT_application: parsing themes... 12-15 21:07:11.824 11583-11606/com.anticoagulacionoralagssur W/ZZ: BT_application: parsing tabs... 12-15 21:07:11.824 11583-11606/com.anticoagulacionoralagssur W/ZZ: BT_application: parsing screens... 12-15 21:07:11.824 11583-11606/com.anticoagulacionoralagssur W/ZZ: BT_application:parseJSONData done parsing application data 12-15 21:07:11.824 11583-11606/com.anticoagulacionoralagssur W/ZZ: BT_fileManager: deleting application cache 12-15 21:07:11.824 11583-11606/com.anticoagulacionoralagssur W/ZZ: BT_fileManager: deleting application cache in: /data/data/com.anticoagulacionoralagssur/files 12-15 21:07:11.824 11583-11606/com.anticoagulacionoralagssur W/ZZ: BT_fileManager: deleting: "cachedAppConfig.txt" 12-15 21:07:11.904 11583-11606/com.anticoagulacionoralagssur W/ZZ: BT_fileManager: NOT deleting (persisted): "appModified.txt" 12-15 21:07:11.904 11583-11606/com.anticoagulacionoralagssur W/ZZ: BT_fileManager: saveTextFileToCache: cachedAppConfig.txt 12-15 21:07:11.934 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_start:configureEnvironment 12-15 21:07:11.934 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_start:configureEnvironment This app uses a splash screen with JSON itemId: 912BF86ED3F5718279BE723 12-15 21:07:11.934 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_start:configureEnvironment Starting BT_activity_splash 12-15 21:07:11.934 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_application:getScreenDataByItemId itemId: "912BF86ED3F5718279BE723" itemType: "BT_screen_splash" itemNickname: "splash" 12-15 21:07:11.934 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_application:initPluginWithScreenData. Creating plugin with JSON itemId: "912BF86ED3F5718279BE723" itemType: "BT_screen_splash" itemNickname: "splash" 12-15 21:07:11.944 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_screen_splash:setScreenData JSON itemId: "912BF86ED3F5718279BE723" itemType: "BT_screen_splash" itemNickname: "splash" 12-15 21:07:11.944 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_start:showFragmentForSplashScreen 12-15 21:07:11.944 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_screen_splash:onAttach JSON itemId: "912BF86ED3F5718279BE723" itemType: "BT_screen_splash" itemNickname: "splash" 12-15 21:07:11.944 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_screen_splash:onCreate JSON itemId: "912BF86ED3F5718279BE723" itemType: "BT_screen_splash" itemNickname: "splash" 12-15 21:07:11.944 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_screen_splash:onCreateView JSON itemId: "912BF86ED3F5718279BE723" itemType: "BT_screen_splash" itemNickname: "splash" 12-15 21:07:11.954 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:updateBackgroundColorsForScreen. Screen with JSON itemId: "912BF86ED3F5718279BE723" itemType: "BT_screen_splash" itemNickname: "splash" 12-15 21:07:11.954 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_screen_splash:onActivityCreated JSON itemId: "912BF86ED3F5718279BE723" itemType: "BT_screen_splash" itemNickname: "splash" 12-15 21:07:11.954 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_screen_splash:onStart JSON itemId: "912BF86ED3F5718279BE723" itemType: "BT_screen_splash" itemNickname: "splash" 12-15 21:07:11.954 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_screen_splash:onResume JSON itemId: "912BF86ED3F5718279BE723" itemType: "BT_screen_splash" itemNickname: "splash" 12-15 21:07:11.964 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:updateBackgroundImageForScreen. Screen with JSON itemId: "912BF86ED3F5718279BE723" itemType: "BT_screen_splash" itemNickname: "splash" 12-15 21:07:12.055 11583-11673/com.anticoagulacionoralagssur D/dalvikvm: GC_FOR_ALLOC freed 8139K, 44% free 10800K/19240K, paused 49ms, total 50ms 12-15 21:07:12.075 11583-11673/com.anticoagulacionoralagssur I/dalvikvm-heap: Grow heap (frag case) to 23.382MB for 11059216-byte allocation 12-15 21:07:12.085 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_screen_splash:startEffect. "fallDown" 12-15 21:07:13.055 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_screen_splash:animateSplashScreen 12-15 21:07:13.055 11583-11583/com.anticoagulacionoralagssur I/ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN 12-15 21:07:13.096 11583-11583/com.anticoagulacionoralagssur D/dalvikvm: GC_FOR_ALLOC freed 50K, 29% free 21558K/30044K, paused 26ms, total 26ms 12-15 21:07:13.106 11583-11583/com.anticoagulacionoralagssur I/dalvikvm-heap: Grow heap (frag case) to 26.945MB for 3778576-byte allocation 12-15 21:07:13.126 11583-11583/com.anticoagulacionoralagssur D/dalvikvm: GC_FOR_ALLOC freed 1K, 26% free 25247K/33736K, paused 26ms, total 26ms 12-15 21:07:13.136 11583-11583/com.anticoagulacionoralagssur I/dalvikvm-heap: Grow heap (frag case) to 30.548MB for 3778576-byte allocation 12-15 21:07:13.176 11583-11583/com.anticoagulacionoralagssur D/dalvikvm: GC_FOR_ALLOC freed <1K, 23% free 28938K/37428K, paused 25ms, total 25ms 12-15 21:07:13.186 11583-11583/com.anticoagulacionoralagssur I/dalvikvm-heap: Grow heap (frag case) to 34.152MB for 3778576-byte allocation 12-15 21:07:13.206 11583-11583/com.anticoagulacionoralagssur I/ViewRootImpl: ViewRoot's Touch Event : ACTION_UP 12-15 21:07:14.056 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_screen_splash:animationFinished 12-15 21:07:14.056 11583-11583/com.anticoagulacionoralagssur I/ActivityManager: Timeline: Activity_launch_request id:com.anticoagulacionoralagssur time:15042327 12-15 21:07:14.066 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_screen_splash:onPause JSON itemId: "912BF86ED3F5718279BE723" itemType: "BT_screen_splash" itemNickname: "splash" 12-15 21:07:14.076 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:onCreate 12-15 21:07:14.107 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:configureEnvironment 12-15 21:07:14.107 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:configureEnvironment Prompt For Push Notifications is OFF (set to 0) in app's configuration data or AndroidManifest does not have a GCM Project Number 12-15 21:07:14.107 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:configureEnvironment start GPS is set to NO (set to 0) in the applications configuration data, not starting GPS 12-15 21:07:14.107 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:setupTabs (5 tabs) 12-15 21:07:14.107 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_application: getHomeScreenData 12-15 21:07:14.107 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_application:getScreenDataByItemId itemId: "24F153C01BF6930BA6B3CF9" itemType: "WB_screen_menuImage" itemNickname: "AGS SUR" 12-15 21:07:14.117 11583-11583/com.anticoagulacionoralagssur W/ResourceType: No package identifier when getting value for resource number 0x00000000 12-15 21:07:14.117 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_fileManager:getDrawableFromResourcesByName An exception occurred trying to get the drawable named: blank.png 12-15 21:07:14.117 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:onTabSelected Tab Index: 0 12-15 21:07:14.127 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_application:getScreenDataByItemId itemId: "24F153C01BF6930BA6B3CF9" itemType: "WB_screen_menuImage" itemNickname: "AGS SUR" 12-15 21:07:14.127 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:initPluginWithScreenData. Calling helper method in BT_application 12-15 21:07:14.127 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_application:initPluginWithScreenData. Creating plugin with JSON itemId: "24F153C01BF6930BA6B3CF9" itemType: "WB_screen_menuImage" itemNickname: "AGS SUR" 12-15 21:07:14.127 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:setScreenData JSON itemId: "24F153C01BF6930BA6B3CF9" itemType: "WB_screen_menuImage" itemNickname: "AGS SUR" 12-15 21:07:14.127 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:showFragmentForPlugin. Showing plugin with JSON itemId: "24F153C01BF6930BA6B3CF9" itemType: "WB_screen_menuImage" itemNickname: "AGS SUR" 12-15 21:07:14.127 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:configureNavBarAndBackgroundForScreen Calling helper methods in BT_viewUtilities... 12-15 21:07:14.127 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:updateBackgroundColorsForScreen. Screen with JSON itemId: "24F153C01BF6930BA6B3CF9" itemType: "WB_screen_menuImage" itemNickname: "AGS SUR" 12-15 21:07:14.127 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:updateBackgroundImageForScreen. Screen with JSON itemId: "24F153C01BF6930BA6B3CF9" itemType: "WB_screen_menuImage" itemNickname: "AGS SUR" 12-15 21:07:14.137 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:configureNavBarAndBackgroundForScreen Calling helper methods in BT_viewUtilities... 12-15 21:07:14.137 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:updateBackgroundColorsForScreen. Screen with JSON itemId: "24F153C01BF6930BA6B3CF9" itemType: "WB_screen_menuImage" itemNickname: "AGS SUR" 12-15 21:07:14.137 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:updateBackgroundImageForScreen. Screen with JSON itemId: "24F153C01BF6930BA6B3CF9" itemType: "WB_screen_menuImage" itemNickname: "AGS SUR" 12-15 21:07:14.137 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onAttach JSON itemId: "24F153C01BF6930BA6B3CF9" itemType: "WB_screen_menuImage" itemNickname: "AGS SUR" 12-15 21:07:14.137 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onCreate JSON itemId: "24F153C01BF6930BA6B3CF9" itemType: "WB_screen_menuImage" itemNickname: "AGS SUR" 12-15 21:07:14.147 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_fileManager:deleteFile 24F153C01BF6930BA6B3CF9_screenData.txt 12-15 21:07:14.147 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:convertToPixels 12-15 21:07:14.147 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:convertToPixels 12-15 21:07:14.147 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:convertToPixels 12-15 21:07:14.147 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:HeaderImageSize is Large 12-15 21:07:14.147 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage: header image exists in resources folder: "agssur.png" 12-15 21:07:14.217 11583-11583/com.anticoagulacionoralagssur D/dalvikvm: GC_FOR_ALLOC freed 11173K, 28% free 21769K/30040K, paused 32ms, total 32ms 12-15 21:07:14.257 11583-11583/com.anticoagulacionoralagssur I/dalvikvm-heap: Grow heap (frag case) to 40.423MB for 17694736-byte allocation 12-15 21:07:14.277 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:setHeaderDrawble 12-15 21:07:14.277 11583-11583/com.anticoagulacionoralagssur W/ZZ: This is the screenDatacom.anticoagulacionoralagssur.BT_item@42a3c108 12-15 21:07:14.277 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onActivityCreated JSON itemId: "24F153C01BF6930BA6B3CF9" itemType: "WB_screen_menuImage" itemNickname: "AGS SUR" 12-15 21:07:14.277 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:configureNavBarAndBackgroundForScreen Calling helper methods in BT_viewUtilities... 12-15 21:07:14.277 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:updateBackgroundColorsForScreen. Screen with JSON itemId: "24F153C01BF6930BA6B3CF9" itemType: "WB_screen_menuImage" itemNickname: "AGS SUR" 12-15 21:07:14.277 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:updateBackgroundImageForScreen. Screen with JSON itemId: "24F153C01BF6930BA6B3CF9" itemType: "WB_screen_menuImage" itemNickname: "AGS SUR" 12-15 21:07:14.287 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:onStart 12-15 21:07:14.287 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host: start GPS is set to NO in the applications configuration data, not starting GPS 12-15 21:07:14.287 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onStart 12-15 21:07:14.287 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onStart JSON itemId: "24F153C01BF6930BA6B3CF9" itemType: "WB_screen_menuImage" itemNickname: "AGS SUR" 12-15 21:07:14.287 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onStart using data from app's configuration file 12-15 21:07:14.287 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:parseScreenData 12-15 21:07:14.287 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:onResume 12-15 21:07:14.287 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:reportToCloud 12-15 21:07:14.287 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onResume JSON itemId: "24F153C01BF6930BA6B3CF9" itemType: "WB_screen_menuImage" itemNickname: "AGS SUR" 12-15 21:07:14.287 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onResume 12-15 21:07:14.297 11583-11738/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:reportToCloudWorkerThread getting lastModified from reportToCloudURL https://www.buzztouch.com/api/app/?command=reportToCloud&appGuid=JAEA546C7CD46546105868718&apiKey=A44035D483DC263AD37C481&apiSecret=9E608949E9D938A7004F511&deviceId=355296051692312&deviceLatitude=&deviceLongitude=&deviceModel=lge-LG-E975&userId=&currentMode=Live 12-15 21:07:14.297 11583-11738/com.anticoagulacionoralagssur W/ZZ: BT_downloader:downloadTextData from URL: https://www.buzztouch.com/api/app/?command=reportToCloud&appGuid=JAEA546C7CD46546105868718&apiKey=A44035D483DC263AD37C481&apiSecret=9E608949E9D938A7004F511&deviceId=355296051692312&deviceLatitude=&deviceLongitude=&deviceModel=lge-LG-E975&userId=&currentMode=Live 12-15 21:07:14.347 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:14.357 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:14.367 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:14.367 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:14.377 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:14.377 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:14.397 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:14.397 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:14.407 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:14.417 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onCreateOptionsMenu JSON itemId: "24F153C01BF6930BA6B3CF9" 12-15 21:07:14.417 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onCreateOptionsMenu JSON itemId: "24F153C01BF6930BA6B3CF9" itemType: "WB_screen_menuImage" itemNickname: "AGS SUR" 12-15 21:07:14.417 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onCreateOptionsMenu add items from contextMenuItemId: "531E8006B7F8464437B5BD3" 12-15 21:07:14.417 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_application:getMenuItemsById: could not find menu with itemId: "531E8006B7F8464437B5BD3" 12-15 21:07:14.447 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:14.457 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:14.457 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:14.457 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:14.467 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:14.467 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:14.537 11583-11583/com.anticoagulacionoralagssur I/ActivityManager: Timeline: Activity_idle id: android.os.BinderProxy@426876f0 time:15042802 12-15 21:07:14.567 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_screen_splash:onStop JSON itemId: "912BF86ED3F5718279BE723" itemType: "BT_screen_splash" itemNickname: "splash" 12-15 21:07:14.567 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_screen_splash:onDestroy JSON itemId: "912BF86ED3F5718279BE723" itemType: "BT_screen_splash" itemNickname: "splash" 12-15 21:07:15.027 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:ReportToCloudTask onPostExecute. 12-15 21:07:15.027 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:onPostExecute appLastModifiedOnServer (value on server): Tue, 15 Dec 2015 19:44:26 -0800 12-15 21:07:15.037 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_fileManager: readTextFileFromCache: "appModified.txt" 12-15 21:07:15.037 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:onPostExecute previousModified (value on device): Tue, 15 Dec 2015 19:44:26 -0800 12-15 21:07:15.037 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_fileManager: saveTextFileToCache: appModified.txt 12-15 21:07:15.037 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:onPostExecute server data not changed, no refresh needed 12-15 21:07:15.148 11583-11583/com.anticoagulacionoralagssur I/ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN 12-15 21:07:15.218 11583-11583/com.anticoagulacionoralagssur I/ViewRootImpl: ViewRoot's Touch Event : ACTION_UP 12-15 21:07:15.238 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:onTabUnselected Tab Index: 0 12-15 21:07:15.238 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:onTabSelected Tab Index: 2 12-15 21:07:15.238 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_application:getScreenDataByItemId itemId: "3CBACD665CB3B87995B1FCA" itemType: "WB_screen_menuImage" itemNickname: "Procedimientos" 12-15 21:07:15.238 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:initPluginWithScreenData. Calling helper method in BT_application 12-15 21:07:15.238 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_application:initPluginWithScreenData. Creating plugin with JSON itemId: "3CBACD665CB3B87995B1FCA" itemType: "WB_screen_menuImage" itemNickname: "Procedimientos" 12-15 21:07:15.238 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:setScreenData JSON itemId: "3CBACD665CB3B87995B1FCA" itemType: "WB_screen_menuImage" itemNickname: "Procedimientos" 12-15 21:07:15.238 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:showFragmentForPlugin. Showing plugin with JSON itemId: "3CBACD665CB3B87995B1FCA" itemType: "WB_screen_menuImage" itemNickname: "Procedimientos" 12-15 21:07:15.238 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:configureNavBarAndBackgroundForScreen Calling helper methods in BT_viewUtilities... 12-15 21:07:15.238 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:updateBackgroundColorsForScreen. Screen with JSON itemId: "3CBACD665CB3B87995B1FCA" itemType: "WB_screen_menuImage" itemNickname: "Procedimientos" 12-15 21:07:15.238 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:updateBackgroundImageForScreen. Screen with JSON itemId: "3CBACD665CB3B87995B1FCA" itemType: "WB_screen_menuImage" itemNickname: "Procedimientos" 12-15 21:07:15.278 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onPause JSON itemId: "24F153C01BF6930BA6B3CF9" itemType: "WB_screen_menuImage" itemNickname: "AGS SUR" 12-15 21:07:15.278 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onStop JSON itemId: "24F153C01BF6930BA6B3CF9" itemType: "WB_screen_menuImage" itemNickname: "AGS SUR" 12-15 21:07:15.278 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onDestroy JSON itemId: "24F153C01BF6930BA6B3CF9" itemType: "WB_screen_menuImage" itemNickname: "AGS SUR" 12-15 21:07:15.278 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onAttach JSON itemId: "3CBACD665CB3B87995B1FCA" itemType: "WB_screen_menuImage" itemNickname: "Procedimientos" 12-15 21:07:15.278 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onCreate JSON itemId: "3CBACD665CB3B87995B1FCA" itemType: "WB_screen_menuImage" itemNickname: "Procedimientos" 12-15 21:07:15.278 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_fileManager:deleteFile 3CBACD665CB3B87995B1FCA_screenData.txt 12-15 21:07:15.288 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:convertToPixels 12-15 21:07:15.288 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:convertToPixels 12-15 21:07:15.288 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:convertToPixels 12-15 21:07:15.288 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:HeaderImageSize is Large 12-15 21:07:15.288 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage: header image exists in resources folder: "sintrom_min" 12-15 21:07:15.358 11583-11583/com.anticoagulacionoralagssur D/dalvikvm: GC_FOR_ALLOC freed 724K, 17% free 39487K/47324K, paused 28ms, total 29ms 12-15 21:07:15.388 11583-11583/com.anticoagulacionoralagssur I/dalvikvm-heap: Grow heap (frag case) to 57.725MB for 17694736-byte allocation 12-15 21:07:15.418 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:setHeaderDrawble 12-15 21:07:15.418 11583-11583/com.anticoagulacionoralagssur W/ZZ: This is the screenDatacom.anticoagulacionoralagssur.BT_item@42a362f8 12-15 21:07:15.418 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onActivityCreated JSON itemId: "3CBACD665CB3B87995B1FCA" itemType: "WB_screen_menuImage" itemNickname: "Procedimientos" 12-15 21:07:15.418 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:configureNavBarAndBackgroundForScreen Calling helper methods in BT_viewUtilities... 12-15 21:07:15.418 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:updateBackgroundColorsForScreen. Screen with JSON itemId: "3CBACD665CB3B87995B1FCA" itemType: "WB_screen_menuImage" itemNickname: "Procedimientos" 12-15 21:07:15.418 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:updateBackgroundImageForScreen. Screen with JSON itemId: "3CBACD665CB3B87995B1FCA" itemType: "WB_screen_menuImage" itemNickname: "Procedimientos" 12-15 21:07:15.418 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onStart 12-15 21:07:15.418 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onStart JSON itemId: "3CBACD665CB3B87995B1FCA" itemType: "WB_screen_menuImage" itemNickname: "Procedimientos" 12-15 21:07:15.418 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onStart using data from app's configuration file 12-15 21:07:15.428 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:parseScreenData 12-15 21:07:15.428 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onResume JSON itemId: "3CBACD665CB3B87995B1FCA" itemType: "WB_screen_menuImage" itemNickname: "Procedimientos" 12-15 21:07:15.428 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onResume 12-15 21:07:15.428 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onCreateOptionsMenu JSON itemId: "3CBACD665CB3B87995B1FCA" 12-15 21:07:15.428 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onCreateOptionsMenu JSON itemId: "3CBACD665CB3B87995B1FCA" itemType: "WB_screen_menuImage" itemNickname: "Procedimientos" 12-15 21:07:15.428 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onCreateOptionsMenu add items from contextMenuItemId: "531E8006B7F8464437B5BD3" 12-15 21:07:15.428 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_application:getMenuItemsById: could not find menu with itemId: "531E8006B7F8464437B5BD3" 12-15 21:07:15.438 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:15.448 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:15.458 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:15.458 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:15.468 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:15.478 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:15.478 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:15.478 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:15.478 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:15.478 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:15.488 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:15.498 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:15.508 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:15.508 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:15.518 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:15.988 11583-11583/com.anticoagulacionoralagssur I/ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN 12-15 21:07:16.038 11583-11583/com.anticoagulacionoralagssur I/ViewRootImpl: ViewRoot's Touch Event : ACTION_UP 12-15 21:07:16.068 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:onTabUnselected Tab Index: 2 12-15 21:07:16.068 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:onTabSelected Tab Index: 3 12-15 21:07:16.068 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_application:getScreenDataByItemId itemId: "FAA56BE8AFBDC417DC7D5EF" itemType: "WB_screen_menuImage" itemNickname: "Interacciones" 12-15 21:07:16.068 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:initPluginWithScreenData. Calling helper method in BT_application 12-15 21:07:16.068 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_application:initPluginWithScreenData. Creating plugin with JSON itemId: "FAA56BE8AFBDC417DC7D5EF" itemType: "WB_screen_menuImage" itemNickname: "Interacciones" 12-15 21:07:16.068 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:setScreenData JSON itemId: "FAA56BE8AFBDC417DC7D5EF" itemType: "WB_screen_menuImage" itemNickname: "Interacciones" 12-15 21:07:16.068 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:showFragmentForPlugin. Showing plugin with JSON itemId: "FAA56BE8AFBDC417DC7D5EF" itemType: "WB_screen_menuImage" itemNickname: "Interacciones" 12-15 21:07:16.068 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:configureNavBarAndBackgroundForScreen Calling helper methods in BT_viewUtilities... 12-15 21:07:16.068 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:updateBackgroundColorsForScreen. Screen with JSON itemId: "FAA56BE8AFBDC417DC7D5EF" itemType: "WB_screen_menuImage" itemNickname: "Interacciones" 12-15 21:07:16.068 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:updateBackgroundImageForScreen. Screen with JSON itemId: "FAA56BE8AFBDC417DC7D5EF" itemType: "WB_screen_menuImage" itemNickname: "Interacciones" 12-15 21:07:16.108 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onPause JSON itemId: "3CBACD665CB3B87995B1FCA" itemType: "WB_screen_menuImage" itemNickname: "Procedimientos" 12-15 21:07:16.108 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onStop JSON itemId: "3CBACD665CB3B87995B1FCA" itemType: "WB_screen_menuImage" itemNickname: "Procedimientos" 12-15 21:07:16.108 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onDestroy JSON itemId: "3CBACD665CB3B87995B1FCA" itemType: "WB_screen_menuImage" itemNickname: "Procedimientos" 12-15 21:07:16.108 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onAttach JSON itemId: "FAA56BE8AFBDC417DC7D5EF" itemType: "WB_screen_menuImage" itemNickname: "Interacciones" 12-15 21:07:16.108 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onCreate JSON itemId: "FAA56BE8AFBDC417DC7D5EF" itemType: "WB_screen_menuImage" itemNickname: "Interacciones" 12-15 21:07:16.118 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_fileManager:deleteFile FAA56BE8AFBDC417DC7D5EF_screenData.txt 12-15 21:07:16.118 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:convertToPixels 12-15 21:07:16.118 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:convertToPixels 12-15 21:07:16.118 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:convertToPixels 12-15 21:07:16.128 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:HeaderImageSize is Large 12-15 21:07:16.128 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage: header image exists in resources folder: "pills_min" 12-15 21:07:16.189 11583-11583/com.anticoagulacionoralagssur D/dalvikvm: GC_FOR_ALLOC freed 10918K, 28% free 46778K/64608K, paused 28ms, total 28ms 12-15 21:07:16.229 11583-11583/com.anticoagulacionoralagssur I/dalvikvm-heap: Grow heap (frag case) to 64.845MB for 17694736-byte allocation 12-15 21:07:16.249 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:setHeaderDrawble 12-15 21:07:16.249 11583-11583/com.anticoagulacionoralagssur W/ZZ: This is the screenDatacom.anticoagulacionoralagssur.BT_item@42a36288 12-15 21:07:16.249 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onActivityCreated JSON itemId: "FAA56BE8AFBDC417DC7D5EF" itemType: "WB_screen_menuImage" itemNickname: "Interacciones" 12-15 21:07:16.249 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:configureNavBarAndBackgroundForScreen Calling helper methods in BT_viewUtilities... 12-15 21:07:16.259 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:updateBackgroundColorsForScreen. Screen with JSON itemId: "FAA56BE8AFBDC417DC7D5EF" itemType: "WB_screen_menuImage" itemNickname: "Interacciones" 12-15 21:07:16.259 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:updateBackgroundImageForScreen. Screen with JSON itemId: "FAA56BE8AFBDC417DC7D5EF" itemType: "WB_screen_menuImage" itemNickname: "Interacciones" 12-15 21:07:16.259 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onStart 12-15 21:07:16.259 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onStart JSON itemId: "FAA56BE8AFBDC417DC7D5EF" itemType: "WB_screen_menuImage" itemNickname: "Interacciones" 12-15 21:07:16.259 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onStart using data from app's configuration file 12-15 21:07:16.259 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:parseScreenData 12-15 21:07:16.259 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onResume JSON itemId: "FAA56BE8AFBDC417DC7D5EF" itemType: "WB_screen_menuImage" itemNickname: "Interacciones" 12-15 21:07:16.259 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onResume 12-15 21:07:16.259 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onCreateOptionsMenu JSON itemId: "FAA56BE8AFBDC417DC7D5EF" 12-15 21:07:16.259 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onCreateOptionsMenu JSON itemId: "FAA56BE8AFBDC417DC7D5EF" itemType: "WB_screen_menuImage" itemNickname: "Interacciones" 12-15 21:07:16.259 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onCreateOptionsMenu add items from contextMenuItemId: "531E8006B7F8464437B5BD3" 12-15 21:07:16.259 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_application:getMenuItemsById: could not find menu with itemId: "531E8006B7F8464437B5BD3" 12-15 21:07:16.269 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:16.279 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:16.289 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:16.289 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:16.299 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:16.299 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:16.769 11583-11583/com.anticoagulacionoralagssur I/ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN 12-15 21:07:16.839 11583-11583/com.anticoagulacionoralagssur I/ViewRootImpl: ViewRoot's Touch Event : ACTION_UP 12-15 21:07:16.869 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:onTabUnselected Tab Index: 3 12-15 21:07:16.869 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:onTabSelected Tab Index: 4 12-15 21:07:16.869 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_application:getScreenDataByItemId itemId: "85804F9A1407BB208CF8F75" itemType: "WB_screen_menuImage" itemNickname: "Acercade" 12-15 21:07:16.869 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:initPluginWithScreenData. Calling helper method in BT_application 12-15 21:07:16.869 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_application:initPluginWithScreenData. Creating plugin with JSON itemId: "85804F9A1407BB208CF8F75" itemType: "WB_screen_menuImage" itemNickname: "Acercade" 12-15 21:07:16.869 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:setScreenData JSON itemId: "85804F9A1407BB208CF8F75" itemType: "WB_screen_menuImage" itemNickname: "Acercade" 12-15 21:07:16.869 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:showFragmentForPlugin. Showing plugin with JSON itemId: "85804F9A1407BB208CF8F75" itemType: "WB_screen_menuImage" itemNickname: "Acercade" 12-15 21:07:16.869 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:configureNavBarAndBackgroundForScreen Calling helper methods in BT_viewUtilities... 12-15 21:07:16.869 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:updateBackgroundColorsForScreen. Screen with JSON itemId: "85804F9A1407BB208CF8F75" itemType: "WB_screen_menuImage" itemNickname: "Acercade" 12-15 21:07:16.879 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:updateBackgroundImageForScreen. Screen with JSON itemId: "85804F9A1407BB208CF8F75" itemType: "WB_screen_menuImage" itemNickname: "Acercade" 12-15 21:07:16.919 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onPause JSON itemId: "FAA56BE8AFBDC417DC7D5EF" itemType: "WB_screen_menuImage" itemNickname: "Interacciones" 12-15 21:07:16.929 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onStop JSON itemId: "FAA56BE8AFBDC417DC7D5EF" itemType: "WB_screen_menuImage" itemNickname: "Interacciones" 12-15 21:07:16.929 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onDestroy JSON itemId: "FAA56BE8AFBDC417DC7D5EF" itemType: "WB_screen_menuImage" itemNickname: "Interacciones" 12-15 21:07:16.929 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onAttach JSON itemId: "85804F9A1407BB208CF8F75" itemType: "WB_screen_menuImage" itemNickname: "Acercade" 12-15 21:07:16.929 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onCreate JSON itemId: "85804F9A1407BB208CF8F75" itemType: "WB_screen_menuImage" itemNickname: "Acercade" 12-15 21:07:16.939 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_fileManager:deleteFile 85804F9A1407BB208CF8F75_screenData.txt 12-15 21:07:16.939 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:convertToPixels 12-15 21:07:16.939 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:convertToPixels 12-15 21:07:16.939 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:convertToPixels 12-15 21:07:16.949 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:HeaderImageSize is Large 12-15 21:07:16.949 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage: header image exists in resources folder: "question_min" 12-15 21:07:17.029 11583-11583/com.anticoagulacionoralagssur D/dalvikvm: GC_FOR_ALLOC freed 18173K, 44% free 46291K/81892K, paused 37ms, total 38ms 12-15 21:07:17.029 11583-11583/com.anticoagulacionoralagssur I/dalvikvm-heap: Grow heap (frag case) to 64.370MB for 17694736-byte allocation 12-15 21:07:17.059 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:setHeaderDrawble 12-15 21:07:17.059 11583-11583/com.anticoagulacionoralagssur W/ZZ: This is the screenDatacom.anticoagulacionoralagssur.BT_item@42a36330 12-15 21:07:17.059 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onActivityCreated JSON itemId: "85804F9A1407BB208CF8F75" itemType: "WB_screen_menuImage" itemNickname: "Acercade" 12-15 21:07:17.059 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:configureNavBarAndBackgroundForScreen Calling helper methods in BT_viewUtilities... 12-15 21:07:17.059 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:updateBackgroundColorsForScreen. Screen with JSON itemId: "85804F9A1407BB208CF8F75" itemType: "WB_screen_menuImage" itemNickname: "Acercade" 12-15 21:07:17.059 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:updateBackgroundImageForScreen. Screen with JSON itemId: "85804F9A1407BB208CF8F75" itemType: "WB_screen_menuImage" itemNickname: "Acercade" 12-15 21:07:17.059 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onStart 12-15 21:07:17.059 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onStart JSON itemId: "85804F9A1407BB208CF8F75" itemType: "WB_screen_menuImage" itemNickname: "Acercade" 12-15 21:07:17.059 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onStart using data from app's configuration file 12-15 21:07:17.059 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:parseScreenData 12-15 21:07:17.069 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onResume JSON itemId: "85804F9A1407BB208CF8F75" itemType: "WB_screen_menuImage" itemNickname: "Acercade" 12-15 21:07:17.069 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onResume 12-15 21:07:17.069 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onCreateOptionsMenu JSON itemId: "85804F9A1407BB208CF8F75" 12-15 21:07:17.069 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onCreateOptionsMenu JSON itemId: "85804F9A1407BB208CF8F75" itemType: "WB_screen_menuImage" itemNickname: "Acercade" 12-15 21:07:17.069 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onCreateOptionsMenu add items from contextMenuItemId: "531E8006B7F8464437B5BD3" 12-15 21:07:17.069 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_application:getMenuItemsById: could not find menu with itemId: "531E8006B7F8464437B5BD3" 12-15 21:07:17.079 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:17.089 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:17.099 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:17.099 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:17.109 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:17.119 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:17.119 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:17.129 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:17.129 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:17.129 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:17.129 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:17.129 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:17.139 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:17.149 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:17.159 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:17.169 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:17.180 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:18.911 11583-11583/com.anticoagulacionoralagssur I/ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN 12-15 21:07:18.951 11583-11583/com.anticoagulacionoralagssur I/ViewRootImpl: ViewRoot's Touch Event : ACTION_UP 12-15 21:07:18.971 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:onTabUnselected Tab Index: 4 12-15 21:07:18.971 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:onTabSelected Tab Index: 3 12-15 21:07:18.981 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_application:getScreenDataByItemId itemId: "FAA56BE8AFBDC417DC7D5EF" itemType: "WB_screen_menuImage" itemNickname: "Interacciones" 12-15 21:07:18.981 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:initPluginWithScreenData. Calling helper method in BT_application 12-15 21:07:18.981 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_application:initPluginWithScreenData. Creating plugin with JSON itemId: "FAA56BE8AFBDC417DC7D5EF" itemType: "WB_screen_menuImage" itemNickname: "Interacciones" 12-15 21:07:18.981 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:setScreenData JSON itemId: "FAA56BE8AFBDC417DC7D5EF" itemType: "WB_screen_menuImage" itemNickname: "Interacciones" 12-15 21:07:18.981 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:showFragmentForPlugin. Showing plugin with JSON itemId: "FAA56BE8AFBDC417DC7D5EF" itemType: "WB_screen_menuImage" itemNickname: "Interacciones" 12-15 21:07:18.981 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:configureNavBarAndBackgroundForScreen Calling helper methods in BT_viewUtilities... 12-15 21:07:18.981 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:updateBackgroundColorsForScreen. Screen with JSON itemId: "FAA56BE8AFBDC417DC7D5EF" itemType: "WB_screen_menuImage" itemNickname: "Interacciones" 12-15 21:07:18.981 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:updateBackgroundImageForScreen. Screen with JSON itemId: "FAA56BE8AFBDC417DC7D5EF" itemType: "WB_screen_menuImage" itemNickname: "Interacciones" 12-15 21:07:19.041 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onPause JSON itemId: "85804F9A1407BB208CF8F75" itemType: "WB_screen_menuImage" itemNickname: "Acercade" 12-15 21:07:19.041 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onStop JSON itemId: "85804F9A1407BB208CF8F75" itemType: "WB_screen_menuImage" itemNickname: "Acercade" 12-15 21:07:19.041 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onDestroy JSON itemId: "85804F9A1407BB208CF8F75" itemType: "WB_screen_menuImage" itemNickname: "Acercade" 12-15 21:07:19.041 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onAttach JSON itemId: "FAA56BE8AFBDC417DC7D5EF" itemType: "WB_screen_menuImage" itemNickname: "Interacciones" 12-15 21:07:19.041 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onCreate JSON itemId: "FAA56BE8AFBDC417DC7D5EF" itemType: "WB_screen_menuImage" itemNickname: "Interacciones" 12-15 21:07:19.061 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_fileManager:deleteFile FAA56BE8AFBDC417DC7D5EF_screenData.txt 12-15 21:07:19.061 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:convertToPixels 12-15 21:07:19.071 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:convertToPixels 12-15 21:07:19.071 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:convertToPixels 12-15 21:07:19.071 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:HeaderImageSize is Large 12-15 21:07:19.071 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage: header image exists in resources folder: "pills_min" 12-15 21:07:19.081 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:setHeaderDrawble 12-15 21:07:19.081 11583-11583/com.anticoagulacionoralagssur W/ZZ: This is the screenDatacom.anticoagulacionoralagssur.BT_item@42a36288 12-15 21:07:19.081 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onActivityCreated JSON itemId: "FAA56BE8AFBDC417DC7D5EF" itemType: "WB_screen_menuImage" itemNickname: "Interacciones" 12-15 21:07:19.081 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:configureNavBarAndBackgroundForScreen Calling helper methods in BT_viewUtilities... 12-15 21:07:19.091 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:updateBackgroundColorsForScreen. Screen with JSON itemId: "FAA56BE8AFBDC417DC7D5EF" itemType: "WB_screen_menuImage" itemNickname: "Interacciones" 12-15 21:07:19.091 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:updateBackgroundImageForScreen. Screen with JSON itemId: "FAA56BE8AFBDC417DC7D5EF" itemType: "WB_screen_menuImage" itemNickname: "Interacciones" 12-15 21:07:19.091 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onStart 12-15 21:07:19.091 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onStart JSON itemId: "FAA56BE8AFBDC417DC7D5EF" itemType: "WB_screen_menuImage" itemNickname: "Interacciones" 12-15 21:07:19.091 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onStart using data from app's configuration file 12-15 21:07:19.091 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:parseScreenData 12-15 21:07:19.091 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onResume JSON itemId: "FAA56BE8AFBDC417DC7D5EF" itemType: "WB_screen_menuImage" itemNickname: "Interacciones" 12-15 21:07:19.091 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onResume 12-15 21:07:19.091 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onCreateOptionsMenu JSON itemId: "FAA56BE8AFBDC417DC7D5EF" 12-15 21:07:19.091 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onCreateOptionsMenu JSON itemId: "FAA56BE8AFBDC417DC7D5EF" itemType: "WB_screen_menuImage" itemNickname: "Interacciones" 12-15 21:07:19.091 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onCreateOptionsMenu add items from contextMenuItemId: "531E8006B7F8464437B5BD3" 12-15 21:07:19.091 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_application:getMenuItemsById: could not find menu with itemId: "531E8006B7F8464437B5BD3" 12-15 21:07:19.101 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:19.101 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:19.101 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:19.101 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:19.101 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:19.111 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:density for this device is 2.0 12-15 21:07:19.822 11583-11583/com.anticoagulacionoralagssur I/ViewRootImpl: ViewRoot's Touch Event : ACTION_DOWN 12-15 21:07:19.852 11583-11583/com.anticoagulacionoralagssur I/ViewRootImpl: ViewRoot's Touch Event : ACTION_UP 12-15 21:07:19.912 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:handleItemTap loads screen with itemId: "7DD1AADAAA8F86FEE64841E" 12-15 21:07:19.922 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_application:getScreenDataByItemId itemId: "7DD1AADAAA8F86FEE64841E" itemType: "WB_screen_menuImage" itemNickname: "alimentoslista" 12-15 21:07:19.922 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:loadScreenObject. Loading screen with JSON itemId: "7DD1AADAAA8F86FEE64841E" itemType: "WB_screen_menuImage" itemNickname: "alimentoslista" 12-15 21:07:19.922 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:initPluginWithScreenData. Calling helper method in BT_application 12-15 21:07:19.922 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_application:initPluginWithScreenData. Creating plugin with JSON itemId: "7DD1AADAAA8F86FEE64841E" itemType: "WB_screen_menuImage" itemNickname: "alimentoslista" 12-15 21:07:19.922 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:setScreenData JSON itemId: "7DD1AADAAA8F86FEE64841E" itemType: "WB_screen_menuImage" itemNickname: "alimentoslista" 12-15 21:07:19.922 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:showFragmentForPlugin. Showing plugin with JSON itemId: "7DD1AADAAA8F86FEE64841E" itemType: "WB_screen_menuImage" itemNickname: "alimentoslista" 12-15 21:07:19.922 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:configureNavBarAndBackgroundForScreen Calling helper methods in BT_viewUtilities... 12-15 21:07:19.922 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:updateBackgroundColorsForScreen. Screen with JSON itemId: "7DD1AADAAA8F86FEE64841E" itemType: "WB_screen_menuImage" itemNickname: "alimentoslista" 12-15 21:07:19.922 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:updateBackgroundImageForScreen. Screen with JSON itemId: "7DD1AADAAA8F86FEE64841E" itemType: "WB_screen_menuImage" itemNickname: "alimentoslista" 12-15 21:07:19.962 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onPause JSON itemId: "FAA56BE8AFBDC417DC7D5EF" itemType: "WB_screen_menuImage" itemNickname: "Interacciones" 12-15 21:07:19.962 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onStop JSON itemId: "FAA56BE8AFBDC417DC7D5EF" itemType: "WB_screen_menuImage" itemNickname: "Interacciones" 12-15 21:07:19.962 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onAttach JSON itemId: "7DD1AADAAA8F86FEE64841E" itemType: "WB_screen_menuImage" itemNickname: "alimentoslista" 12-15 21:07:19.962 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onCreate JSON itemId: "7DD1AADAAA8F86FEE64841E" itemType: "WB_screen_menuImage" itemNickname: "alimentoslista" 12-15 21:07:19.972 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_fileManager:deleteFile 7DD1AADAAA8F86FEE64841E_screenData.txt 12-15 21:07:19.982 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:convertToPixels 12-15 21:07:19.982 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:convertToPixels 12-15 21:07:19.982 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:convertToPixels 12-15 21:07:19.982 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:HeaderImageSize is Large 12-15 21:07:19.982 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage: header image exists in resources folder: "wb_abstractblue.png" 12-15 21:07:20.042 11583-11583/com.anticoagulacionoralagssur D/dalvikvm: GC_FOR_ALLOC freed 18611K, 44% free 46302K/81892K, paused 29ms, total 30ms 12-15 21:07:20.042 11583-11583/com.anticoagulacionoralagssur I/dalvikvm-heap: Grow heap (frag case) to 64.380MB for 17694736-byte allocation 12-15 21:07:20.072 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:setHeaderDrawble 12-15 21:07:20.072 11583-11583/com.anticoagulacionoralagssur W/ZZ: This is the screenDatacom.anticoagulacionoralagssur.BT_item@42a3bb90 12-15 21:07:20.072 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onActivityCreated JSON itemId: "7DD1AADAAA8F86FEE64841E" itemType: "WB_screen_menuImage" itemNickname: "alimentoslista" 12-15 21:07:20.072 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_activity_host:configureNavBarAndBackgroundForScreen Calling helper methods in BT_viewUtilities... 12-15 21:07:20.082 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:updateBackgroundColorsForScreen. Screen with JSON itemId: "7DD1AADAAA8F86FEE64841E" itemType: "WB_screen_menuImage" itemNickname: "alimentoslista" 12-15 21:07:20.082 11583-11583/com.anticoagulacionoralagssur W/ZZ: BT_viewUtilities:updateBackgroundImageForScreen. Screen with JSON itemId: "7DD1AADAAA8F86FEE64841E" itemType: "WB_screen_menuImage" itemNickname: "alimentoslista" 12-15 21:07:20.082 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onStart 12-15 21:07:20.082 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onStart JSON itemId: "7DD1AADAAA8F86FEE64841E" itemType: "WB_screen_menuImage" itemNickname: "alimentoslista" 12-15 21:07:20.082 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:onStart using data from app's configuration file 12-15 21:07:20.082 11583-11583/com.anticoagulacionoralagssur W/ZZ: WB_screen_menuImage:parseScreenData 12-15 21:07:20.082 11583-11583/com.anticoagulacionoralagssur
 
Agu
Lost but trying
Profile
Posts: 98
Reg: Mar 06, 2014
GRANADA
980
like
12/15/15 01:20 PM (8 years ago)
FunkyMonkey, I do not found "largue heap" in manifest file, this is what I found in manifest file. What can I do? <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.anticoagulacionoralagssur"> <!-- generic device permissions --> <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> <uses-permission android:name="android.permission.READ_PHONE_STATE" /> <uses-permission android:name="android.permission.CAMERA" /> <uses-permission android:name="android.permission.GET_ACCOUNTS" /> <uses-permission android:name="android.permission.READ_CONTACTS" /> <uses-permission android:name="android.permission.WRITE_CONTACTS" /> <uses-permission android:name="android.permission.RECORD_AUDIO" /> <uses-permission android:name="android.permission.VIBRATE" /> <uses-permission android:name="android.permission.WAKE_LOCK" /> <uses-permission android:name="android.permission.BLUETOOTH" /> <!-- optional hardware features --> <uses-feature android:name="android.hardware.camera" android:required="false" /> <uses-feature android:name="android.hardware.camera.autofocus" android:required="false" /> <uses-feature android:name="android.hardware.location" android:required="false" /> <uses-feature android:name="android.hardware.location.gps" android:required="false" /> <uses-feature android:name="android.hardware.telephony" android:required="false" /> <!-- supported screen sizes and density --> <supports-screens android:resizeable="true" android:anyDensity="true" android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:xlargeScreens="true" /> <!-- Google Cloud Messaging permissions (PROJECT NUMBER REQUIRED FURTHER DOWN IN THIS DOCUMENT) --> <permission android:name="com.anticoagulacionoralagssur.permission.C2D_MESSAGE" android:protectionLevel="signature" /> <uses-permission android:name="com.anticoagulacionoralagssur.permission.C2D_MESSAGE" /> <uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" /> <!-- Google Maps permissions (GOOGLE MAPS FOR ANDROID API KEY REQUIRED FURHTER DOWN IN THIS DOCUMENT) --> <uses-permission android:name="com.anticoagulacionoralagssur.permission.MAPS_RECEIVE"/> <uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/> <uses-feature android:glEsVersion="0x00020000" android:required="true"/> <!-- application --> <application android:name="anticoagulacionoralagssur_appDelegate" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:theme="@style/startThemeNoTitle" android:hardwareAccelerated="false" android:allowBackup="false"> <!-- Google Play Services. Required for Maps and Push Notifications --> <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" /> <!-- Google Maps v2 API Key --> <meta-data android:name="com.google.android.maps.v2.API_KEY" android:value="GOOGLE_MAPS_FOR_ANDROID_V2_API_KEY_GOES_HERE"/> <!-- Google Cloud Messaging Project Number --> <meta-data android:name="googleCloudMessagingProjectNumber" android:value="YOUR_GOOGLE_GCM_PROJECT_NUMBER_GOES_HERE"/> <!-- Google Cloud Messaging --> <receiver android:name="com.anticoagulacionoralagssur.BT_gcmReceiver" android:permission="com.google.android.c2dm.permission.SEND" > <intent-filter> <action android:name="com.google.android.c2dm.intent.RECEIVE" /> <action android:name="com.google.android.c2dm.intent.REGISTRATION" /> <category android:name="com.anticoagulacionoralagssur" /> </intent-filter> </receiver> <service android:name=".BT_gcmIntentService" /> <!-- BT_activity_start is the default, beginning activity, it may or may not load a splash screen fragment (plugin) --> <activity android:name=".BT_activity_start" android:label="@string/app_name" android:configChanges="keyboardHidden|orientation|screenSize" android:theme="@style/startThemeNoTitle" android:uiOptions="splitActionBarWhenNarrow" > <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> <!-- BT_activity_host runs after startup and after splash screen (splash screens are not required --> <activity android:name=".BT_activity_host" android:label="@string/app_name" android:configChanges="keyboardHidden|orientation|screenSize" android:theme="@style/hostThemeWithTitle" android:uiOptions="splitActionBarWhenNarrow" /> </application> </manifest>
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
12/15/15 04:48 PM (8 years ago)
Is there a crash point in that log file above? I don't see anything really out of the ordinary in that file... Cheers! -- Smug
 
FunkyMonkey
Aspiring developer
Profile
Posts: 1177
Reg: Aug 07, 2013
blackpool
14,570
like
12/16/15 12:35 AM (8 years ago)
hi dude, when you double click the manifest file it should open up in a big window, you should then have 5 sections to choose from,manifest,application,permission ,instrumentation and manifest.xml. under application, there are 2 columns of selections, in the right section towards the botom, you will see large heap, change this to True, save, then clean, maybe even restart, this should help with the app crashing, if your not seeing this section, maybe ask smug how to show it as im not a coder like smug, i just fumble my way through lol, Hope this helps Sean
 
Agu
Lost but trying
Profile
Posts: 98
Reg: Mar 06, 2014
GRANADA
980
like
12/16/15 02:37 AM (8 years ago)
SmugWimp, sorry, maybe I made a mistake copying and paste, I'll check.
 
Agu
Lost but trying
Profile
Posts: 98
Reg: Mar 06, 2014
GRANADA
980
like
12/16/15 02:41 AM (8 years ago)
FunkyMonkey, thanks a lot for your help. I'm using Android Studio.Are you too?I remember that with Eclipse I had the manifest file in the way that you explain, but in Android Studio seems to have other structure, doesn't it?
 
FunkyMonkey
Aspiring developer
Profile
Posts: 1177
Reg: Aug 07, 2013
blackpool
14,570
like
12/16/15 03:52 AM (8 years ago)
Hi Agu, I'm still on eclipse as I haven't had time to change over, I,m sure the option is still there in Studio, I'm just not the person to ask, Maybe one of the gurus, can chip in and advise where to find it in studio, Cheers Sean
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
12/16/15 04:08 AM (8 years ago)
"As far as i know" when you import an eclipse into android studio it still uses 'some' of the AndroidManifest.xml' data, and it also uses properties in the module level 'build.gradle' file, which can make it a little confusing. Do the AndroidManifest just as you would for eclipse, and ensure the build.gradle file has the configuration it requires. I haven't seen it duplicate efforts just yet, so there is still a place for the manifest. Cheers! -- Smug Dusko would probably be the final authority on how it works... I'm just starting to understand it, and so far I'm not that good, lol!
 
Agu
Lost but trying
Profile
Posts: 98
Reg: Mar 06, 2014
GRANADA
980
like
12/17/15 04:33 AM (8 years ago)
Works! I add manually a new line in AndroidManifest file.In aplication, just under android:label=.... I add a line: android:largueHeap="true" Now I can use my app without crashing. Thanks!
 
FunkyMonkey
Aspiring developer
Profile
Posts: 1177
Reg: Aug 07, 2013
blackpool
14,570
like
12/17/15 05:08 AM (8 years ago)
cool, dont know why it works, but it does lol, I stumbled across it while fumbling my way round in eclipse, I spend more time in android, fixing mistakes that i make myself,lol, glad you got it sorted, always a buzz when your android app stops crashing due to memory and images, happy daze :) Sean
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.