Jump to content

App crash when launching


TheShanMan

Recommended Posts

TheShanMan

I launched MB this morning and the app was just frozen. 2 hours later I got a message telling me it crashed and asking if I wanted to report it (I did - don't know if you get those reports).

 

I suspect this is the problem I experience a lot, so hopefully this is easily fixed so I can have a stable app. :) Let me know if there's anything further I can do.

 

Here are the relevant logs. There was just a single line from the server log relating to this.

 

Server log:

2014-04-02 08:10:57.6961 Info - App: Client connected from 192.168.217.113:40293

App log:

[Wed Apr 02 08:10:55 PDT 2014] , Info , HomeScreen Activity: onCreate , 1 , main

[Wed Apr 02 08:10:56 PDT 2014] , Info , HomeScreen Activity: onStart , 1 , main

[Wed Apr 02 08:10:56 PDT 2014] , Info , HomeScreen Activity: onResume , 1 , main

[Wed Apr 02 08:10:56 PDT 2014] , Error , AsyncGet, IOException java.net.UnknownHostException: Unable to resolve host "null": No address associated with hostname
	at java.net.InetAddress.lookupHostByName(InetAddress.java:424)
	at java.net.InetAddress.getAllByNameImpl(InetAddress.java:236)
	at java.net.InetAddress.getAllByName(InetAddress.java:214)
	at libcore.net.http.HttpConnection.<init>(HttpConnection.java:70)
	at libcore.net.http.HttpConnection.<init>(HttpConnection.java:50)
	at libcore.net.http.HttpConnection$Address.connect(HttpConnection.java:340)
	at libcore.net.http.HttpConnectionPool.get(HttpConnectionPool.java:87)
	at libcore.net.http.HttpConnection.connect(HttpConnection.java:128)
	at libcore.net.http.HttpEngine.openSocketConnection(HttpEngine.java:316)
	at libcore.net.http.HttpEngine.connect(HttpEngine.java:311)
	at libcore.net.http.HttpEngine.sendSocketRequest(HttpEngine.java:290)
	at libcore.net.http.HttpEngine.sendRequest(HttpEngine.java:240)
	at libcore.net.http.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:81)
	at com.mb.android.api.asyncrequests.AsyncGet.doInBackground(AsyncGet.java:54)
	at com.mb.android.api.asyncrequests.AsyncGet.doInBackground(AsyncGet.java:24)
	at android.os.AsyncTask$2.call(AsyncTask.java:287)
	at java.util.concurrent.FutureTask.run(FutureTask.java:234)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
	at java.lang.Thread.run(Thread.java:841)
Caused by: libcore.io.GaiException: getaddrinfo failed: EAI_NODATA (No address associated with hostname)
	at libcore.io.Posix.getaddrinfo(Native Method)
	at libcore.io.ForwardingOs.getaddrinfo(ForwardingOs.java:61)
	at java.net.InetAddress.lookupHostByName(InetAddress.java:405)
	... 19 more
 , 59533 , AsyncTask #1

[Wed Apr 02 08:10:56 PDT 2014] , Error , AsyncGet, IOException java.net.UnknownHostException: Unable to resolve host "null": No address associated with hostname
	at java.net.InetAddress.lookupHostByName(InetAddress.java:424)
	at java.net.InetAddress.getAllByNameImpl(InetAddress.java:236)
	at java.net.InetAddress.getAllByName(InetAddress.java:214)
	at libcore.net.http.HttpConnection.<init>(HttpConnection.java:70)
	at libcore.net.http.HttpConnection.<init>(HttpConnection.java:50)
	at libcore.net.http.HttpConnection$Address.connect(HttpConnection.java:340)
	at libcore.net.http.HttpConnectionPool.get(HttpConnectionPool.java:87)
	at libcore.net.http.HttpConnection.connect(HttpConnection.java:128)
	at libcore.net.http.HttpEngine.openSocketConnection(HttpEngine.java:316)
	at libcore.net.http.HttpEngine.connect(HttpEngine.java:311)
	at libcore.net.http.HttpEngine.sendSocketRequest(HttpEngine.java:290)
	at libcore.net.http.HttpEngine.sendRequest(HttpEngine.java:240)
	at libcore.net.http.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:81)
	at com.mb.android.api.asyncrequests.AsyncGet.doInBackground(AsyncGet.java:54)
	at com.mb.android.api.asyncrequests.AsyncGet.doInBackground(AsyncGet.java:24)
	at android.os.AsyncTask$2.call(AsyncTask.java:287)
	at java.util.concurrent.FutureTask.run(FutureTask.java:234)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
	at java.lang.Thread.run(Thread.java:841)
Caused by: libcore.io.GaiException: getaddrinfo failed: EAI_NODATA (No address associated with hostname)
	at libcore.io.Posix.getaddrinfo(Native Method)
	at libcore.io.ForwardingOs.getaddrinfo(ForwardingOs.java:61)
	at java.net.InetAddress.lookupHostByName(InetAddress.java:405)
	... 19 more
 , 59534 , AsyncTask #2

[Wed Apr 02 08:10:56 PDT 2014] , Error , AsyncGet, IOException java.net.UnknownHostException: Unable to resolve host "null": No address associated with hostname
	at java.net.InetAddress.lookupHostByName(InetAddress.java:424)
	at java.net.InetAddress.getAllByNameImpl(InetAddress.java:236)
	at java.net.InetAddress.getAllByName(InetAddress.java:214)
	at libcore.net.http.HttpConnection.<init>(HttpConnection.java:70)
	at libcore.net.http.HttpConnection.<init>(HttpConnection.java:50)
	at libcore.net.http.HttpConnection$Address.connect(HttpConnection.java:340)
	at libcore.net.http.HttpConnectionPool.get(HttpConnectionPool.java:87)
	at libcore.net.http.HttpConnection.connect(HttpConnection.java:128)
	at libcore.net.http.HttpEngine.openSocketConnection(HttpEngine.java:316)
	at libcore.net.http.HttpEngine.connect(HttpEngine.java:311)
	at libcore.net.http.HttpEngine.sendSocketRequest(HttpEngine.java:290)
	at libcore.net.http.HttpEngine.sendRequest(HttpEngine.java:240)
	at libcore.net.http.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:81)
	at com.mb.android.api.asyncrequests.AsyncGet.doInBackground(AsyncGet.java:54)
	at com.mb.android.api.asyncrequests.AsyncGet.doInBackground(AsyncGet.java:24)
	at android.os.AsyncTask$2.call(AsyncTask.java:287)
	at java.util.concurrent.FutureTask.run(FutureTask.java:234)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
	at java.lang.Thread.run(Thread.java:841)
Caused by: libcore.io.GaiException: getaddrinfo failed: EAI_NODATA (No address associated with hostname)
	at libcore.io.Posix.getaddrinfo(Native Method)
	at libcore.io.ForwardingOs.getaddrinfo(ForwardingOs.java:61)
	at java.net.InetAddress.lookupHostByName(InetAddress.java:405)
	... 19 more
 , 59535 , AsyncTask #3

[Wed Apr 02 08:10:56 PDT 2014] , Info , Initializing WebSocket , 1 , main

[Wed Apr 02 08:10:56 PDT 2014] , Info , WebSocket: Connect , 1 , main

[Wed Apr 02 08:10:56 PDT 2014] , Info , WebSocket: Successfully Connected , 59537 , Thread-59537

[Wed Apr 02 08:10:56 PDT 2014] , Error , Uncaught Exception , 1 , main

[Wed Apr 02 08:10:56 PDT 2014] , Error , Stack Trace: java.lang.NullPointerException
	at com.mb.android.activities.mobile.HomescreenActivity$GetLiveTvInfoCallback.Execute(HomescreenActivity.java:304)
	at com.mb.android.api.asyncrequests.AsyncGet.onPostExecute(AsyncGet.java:112)
	at com.mb.android.api.asyncrequests.AsyncGet.onPostExecute(AsyncGet.java:24)
	at android.os.AsyncTask.finish(AsyncTask.java:631)
	at android.os.AsyncTask.access$600(AsyncTask.java:177)
	at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:644)
	at android.os.Handler.dispatchMessage(Handler.java:99)
	at android.os.Looper.loop(Looper.java:137)
	at android.app.ActivityThread.main(ActivityThread.java:5419)
	at java.lang.reflect.Method.invokeNative(Native Method)
	at java.lang.reflect.Method.invoke(Method.java:525)
	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1187)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003)
	at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:126)
	at dalvik.system.NativeStart.main(Native Method)
 , 1 , main
Link to comment
Share on other sites

Redshirt

I need the client log from before that log. When the app tries to restart it generates a second log that's useless.

Link to comment
Share on other sites

TheShanMan

I hope this helps enough? It's really hard to collect historical log information with the MB app because I have a gazillion log files that only have the first several lines that you see below. If this isn't adequate, please give me some guidance on what I'm looking for.

[Mon Mar 31 21:46:24 PDT 2014] , Info , Application Version: 1.0.31 , 1 , main

[Mon Mar 31 21:46:24 PDT 2014] , Info , Device: SAMSUNG-SGH-I337 , 1 , main

[Mon Mar 31 21:46:24 PDT 2014] , Info , Screen Width: 1080 , 1 , main

[Mon Mar 31 21:46:24 PDT 2014] , Info , Screen Height: 1920 , 1 , main

[Mon Mar 31 21:46:24 PDT 2014] , Info , Total Memory Available: 307 MB , 1 , main

[Mon Mar 31 21:46:24 PDT 2014] , Info , Max Memory usable per Application: 128 MB , 1 , main

[Mon Mar 31 21:46:24 PDT 2014] , Info , Application object initialized , 1 , main

[Mon Mar 31 23:12:35 PDT 2014] , Info , Logger Started , 1 , main

[Mon Mar 31 23:12:35 PDT 2014] , Info , Initializing FileUtils helper class , 1 , main

[Mon Mar 31 23:12:35 PDT 2014] , Info , Loading server list from app directory , 1 , main

[Mon Mar 31 23:12:35 PDT 2014] , Info , Trying to load last connected server from file system , 1 , main

[Mon Mar 31 23:12:35 PDT 2014] , Info , Loading last connected server from app directory , 1 , main

[Mon Mar 31 23:12:35 PDT 2014] , Info , Reconnecting to  @ <my server> , 1 , main

[Mon Mar 31 23:12:35 PDT 2014] , Info , Connectivity reports it should connect , 1 , main

[Mon Mar 31 23:12:35 PDT 2014] , Info , Main Activity ServerInfo callback , 1 , main

[Mon Mar 31 23:12:35 PDT 2014] , Info , server connection response code: 200 , 1 , main

[Mon Mar 31 23:12:35 PDT 2014] , Info , response message: OK , 1 , main

[Mon Mar 31 23:12:35 PDT 2014] , Info , ServerInfo received , 1 , main

[Mon Mar 31 23:12:35 PDT 2014] , Info , Saving last connected to app directory , 1 , main

[Mon Mar 31 23:12:36 PDT 2014] , Info , ServerConfiguration callback , 1 , main

[Mon Mar 31 23:12:36 PDT 2014] , Info , ServerConfiguration successfully received , 1 , main

[Mon Mar 31 23:12:36 PDT 2014] , Info , GetAllUsersCallback , 1 , main

[Mon Mar 31 23:12:36 PDT 2014] , Info , 2 user(s) received , 1 , main

[Mon Mar 31 23:12:36 PDT 2014] , Info , mUserInfo is null or empty , 1 , main

[Mon Mar 31 23:12:36 PDT 2014] , Info , User Selection Fragment: onCreateView , 1 , main

[Mon Mar 31 23:12:36 PDT 2014] , Info , User Selection Fragment: User available, initializing view , 1 , main

[Mon Mar 31 23:12:37 PDT 2014] , Info , User Login Activity: User 0 clicked. , 1 , main

[Mon Mar 31 23:12:37 PDT 2014] , Info , User Login Activity: User has password , 1 , main

[Mon Mar 31 23:12:37 PDT 2014] , Error , User Login Activity: User has password, showing password entry dialog , 1 , main

[Mon Mar 31 23:12:43 PDT 2014] , Info , Attempting Authentication , 1 , main

[Mon Mar 31 23:12:43 PDT 2014] , Info , AuthenticateUserCallback , 1 , main

[Mon Mar 31 23:12:43 PDT 2014] , Info , Data received , 1 , main

[Mon Mar 31 23:12:43 PDT 2014] , Info , HTTP RESPONSE 200 , 1 , main

[Mon Mar 31 23:12:43 PDT 2014] , Info , Call Homescreen Activity , 1 , main

[Mon Mar 31 23:12:43 PDT 2014] , Info , HomeScreen Activity: onCreate , 1 , main

[Mon Mar 31 23:12:43 PDT 2014] , Info , HomeScreen Activity: onStart , 1 , main

[Mon Mar 31 23:12:43 PDT 2014] , Info , HomeScreen Activity: onResume , 1 , main

[Mon Mar 31 23:12:43 PDT 2014] , Info , Initializing WebSocket , 1 , main

[Mon Mar 31 23:12:43 PDT 2014] , Info , WebSocket: Connect , 1 , main

[Mon Mar 31 23:12:44 PDT 2014] , Info , WebSocket: Successfully Connected , 52929 , Thread-52929

[Mon Mar 31 23:12:47 PDT 2014] , Info , HomeScreen Activity: onPause , 1 , main

[Mon Mar 31 23:12:47 PDT 2014] , Info , Library Presentation Activity: onCreate , 1 , main

[Mon Mar 31 23:12:47 PDT 2014] , Info , Library Presentation Fragment: onCreate , 1 , main

[Mon Mar 31 23:12:47 PDT 2014] , Info , Library Presentation Fragment: onCreateView , 1 , main

[Mon Mar 31 23:12:47 PDT 2014] , Info , Library Presentation Fragment: Requesting Items , 1 , main

[Mon Mar 31 23:12:47 PDT 2014] , Info , ratings returned: 22 , 1 , main

[Mon Mar 31 23:12:47 PDT 2014] , Info , HomeScreen Activity: onStop , 1 , main

[Mon Mar 31 23:12:48 PDT 2014] , Info , Library Presentation Fragment: Get Items Callback , 1 , main

[Mon Mar 31 23:12:48 PDT 2014] , Info , Library Presentation Fragment - Get Items Callback: 200 Items to process , 1 , main

[Mon Mar 31 23:12:48 PDT 2014] , Info , Library Presentation Fragment - Get Items Callback: Total Record Count = 314 , 1 , main

[Mon Mar 31 23:12:48 PDT 2014] , Info , Library Presentation Fragment: Populating Library View , 1 , main

[Mon Mar 31 23:12:48 PDT 2014] , Info , Library Presentation Fragment: 200 items to show , 1 , main

[Mon Mar 31 23:12:48 PDT 2014] , Info , Library Presentation Fragment: Get Items Callback , 1 , main

[Mon Mar 31 23:12:48 PDT 2014] , Info , Library Presentation Fragment - Get Items Callback: 114 Items to process , 1 , main

[Mon Mar 31 23:12:48 PDT 2014] , Info , Library Presentation Fragment - Get Items Callback: Total Record Count = 314 , 1 , main

[Mon Mar 31 23:12:49 PDT 2014] , Info , Library Presentation Fragment: Position Clicked 0 , 1 , main

[Mon Mar 31 23:12:49 PDT 2014] , Info , Library Presentation Fragment: Item is media , 1 , main

[Mon Mar 31 23:12:49 PDT 2014] , Info , Calling StartActivity , 1 , main

[Mon Mar 31 23:12:50 PDT 2014] , Info , Media Details Activity: onCreate , 1 , main

[Mon Mar 31 23:12:50 PDT 2014] , Info , Media Details Activity: onStart , 1 , main

[Mon Mar 31 23:12:50 PDT 2014] , Info , Media Details Activity: onResume , 1 , main

[Mon Mar 31 23:12:50 PDT 2014] , Info , MediaDetailsActivity: GetItemCallback , 1 , main

[Mon Mar 31 23:12:50 PDT 2014] , Info , Update favorite visible icons , 1 , main

[Mon Mar 31 23:12:50 PDT 2014] , Info , Show add favorite , 1 , main

[Mon Mar 31 23:12:50 PDT 2014] , Info , Update playstate visible icons , 1 , main

[Mon Mar 31 23:12:50 PDT 2014] , Info , MediaDetailsActivity: GetInitialItemCallback - Performing Phone Layout , 1 , main

[Mon Mar 31 23:13:17 PDT 2014] , Info , Media Details Activity: onPause , 1 , main

[Mon Mar 31 23:13:17 PDT 2014] , Info , Media Details Activity: onStop , 1 , main

[Tue Apr 01 00:01:05 PDT 2014] , Info , Media Details Activity: onStart , 1 , main

[Tue Apr 01 00:01:05 PDT 2014] , Info , Media Details Activity: onResume , 1 , main

[Tue Apr 01 00:01:05 PDT 2014] , Info , Initializing WebSocket , 1 , main

[Tue Apr 01 00:01:05 PDT 2014] , Info , WebSocket: Connect , 1 , main

[Tue Apr 01 00:01:05 PDT 2014] , Info , WebSocket: Successfully Connected , 52931 , Thread-52931

[Tue Apr 01 00:01:06 PDT 2014] , Info , BaseMB3ProfileActivity: OnDestroy , 1 , main

[Tue Apr 01 00:01:06 PDT 2014] , Info , Library Presentation Activity: onDestroy , 1 , main

[Tue Apr 01 00:01:06 PDT 2014] , Info , Media Details Activity: onPause , 1 , main

[Tue Apr 01 00:01:07 PDT 2014] , Info , BaseMB3ProfileActivity: OnDestroy , 1 , main

[Tue Apr 01 00:01:07 PDT 2014] , Info , HomeScreen Activity: onDestroy , 1 , main

[Tue Apr 01 00:01:07 PDT 2014] , Info , HomeScreen Activity: onCreate , 1 , main

[Tue Apr 01 00:01:07 PDT 2014] , Info , HomeScreen Activity: onStart , 1 , main

[Tue Apr 01 00:01:07 PDT 2014] , Info , HomeScreen Activity: onResume , 1 , main

[Tue Apr 01 00:01:07 PDT 2014] , Info , Media Details Activity: onStop , 1 , main

[Tue Apr 01 00:01:07 PDT 2014] , Info , Media Details Activity: onDestroy , 1 , main

[Tue Apr 01 00:01:07 PDT 2014] , Info , BaseMB3ProfileActivity: OnDestroy , 1 , main

[Tue Apr 01 00:01:10 PDT 2014] , Info , HomeScreen Activity: onPause , 1 , main

[Tue Apr 01 00:01:10 PDT 2014] , Info , Library Presentation Activity: onCreate , 1 , main

[Tue Apr 01 00:01:10 PDT 2014] , Info , Library Presentation Fragment: onCreate , 1 , main

[Tue Apr 01 00:01:10 PDT 2014] , Info , Library Presentation Fragment: onCreateView , 1 , main

[Tue Apr 01 00:01:10 PDT 2014] , Info , Library Presentation Fragment: Requesting Items , 1 , main

[Tue Apr 01 00:01:10 PDT 2014] , Info , Library Presentation Fragment: Get Items Callback , 1 , main

[Tue Apr 01 00:01:10 PDT 2014] , Info , Library Presentation Fragment - Get Items Callback: 10 Items to process , 1 , main

[Tue Apr 01 00:01:10 PDT 2014] , Info , Library Presentation Fragment - Get Items Callback: Total Record Count = 10 , 1 , main

[Tue Apr 01 00:01:10 PDT 2014] , Info , Library Presentation Fragment: Populating Library View , 1 , main

[Tue Apr 01 00:01:10 PDT 2014] , Info , Library Presentation Fragment: 10 items to show , 1 , main

[Tue Apr 01 00:01:10 PDT 2014] , Info , HomeScreen Activity: onStop , 1 , main

[Tue Apr 01 00:01:14 PDT 2014] , Info , Library Presentation Fragment: Position Clicked 8 , 1 , main

[Tue Apr 01 00:01:14 PDT 2014] , Info , Library Presentation Fragment: Item is folder , 1 , main

[Tue Apr 01 00:01:14 PDT 2014] , Info , Calling StartActivity , 1 , main

[Tue Apr 01 00:01:14 PDT 2014] , Info , Library Presentation Activity: onCreate , 1 , main

[Tue Apr 01 00:01:14 PDT 2014] , Info , Library Presentation Fragment: onCreate , 1 , main

[Tue Apr 01 00:01:14 PDT 2014] , Info , Library Presentation Fragment: onCreateView , 1 , main

[Tue Apr 01 00:01:14 PDT 2014] , Info , Library Presentation Fragment: Requesting Items , 1 , main

[Tue Apr 01 00:01:14 PDT 2014] , Info , Library Presentation Fragment: Get Items Callback , 1 , main

[Tue Apr 01 00:01:14 PDT 2014] , Info , Library Presentation Fragment - Get Items Callback: 17 Items to process , 1 , main

[Tue Apr 01 00:01:14 PDT 2014] , Info , Library Presentation Fragment - Get Items Callback: Total Record Count = 17 , 1 , main

[Tue Apr 01 00:01:14 PDT 2014] , Info , Library Presentation Fragment: Populating Library View , 1 , main

[Tue Apr 01 00:01:14 PDT 2014] , Info , Library Presentation Fragment: 17 items to show , 1 , main

[Tue Apr 01 00:01:20 PDT 2014] , Info , Library Presentation Fragment: Position Clicked 11 , 1 , main

[Tue Apr 01 00:01:20 PDT 2014] , Info , Calling StartActivity , 1 , main

[Tue Apr 01 00:01:20 PDT 2014] , Info , SeriesViewActivity: onCreate , 1 , main

[Tue Apr 01 00:01:20 PDT 2014] , Info , SeriesViewActivity: GetItemAsync , 1 , main

[Tue Apr 01 00:01:20 PDT 2014] , Info , SeriesViewActivity: GetInitialItemCallback , 1 , main

[Tue Apr 01 00:01:20 PDT 2014] , Info , Update favorite visible icons , 1 , main

[Tue Apr 01 00:01:20 PDT 2014] , Info , Show add favorite , 1 , main

[Tue Apr 01 00:01:20 PDT 2014] , Info , Update playstate visible icons , 1 , main

[Tue Apr 01 00:01:20 PDT 2014] , Info , SeriesViewActivity: Initialize ViewPager , 1 , main

[Tue Apr 01 00:01:20 PDT 2014] , Info , SeriesDetailsFragment: onCreateView , 1 , main

[Tue Apr 01 00:01:20 PDT 2014] , Info , SeriesDetailsFragment: BuildImageQuery , 1 , main

[Tue Apr 01 00:01:20 PDT 2014] , Info , SeriesDetailsFragment: PopulateView , 1 , main

[Tue Apr 01 00:01:20 PDT 2014] , Info , SeriesDetailsFragment: Setting Airing Info , 1 , main

[Tue Apr 01 00:01:20 PDT 2014] , Info , SeriesDetailsFragment: Set Overview , 1 , main

[Tue Apr 01 00:01:20 PDT 2014] , Info , SeriesDetailsFragment: Finished setting Genre(s) , 1 , main

[Tue Apr 01 00:01:20 PDT 2014] , Info , SeriesDetailsFragment: Finished setting Links , 1 , main

[Tue Apr 01 00:01:20 PDT 2014] , Info , SeasonsFragment: onCreateView , 1 , main

[Tue Apr 01 00:01:20 PDT 2014] , Info , SeasonsFragment: creating query , 1 , main

[Tue Apr 01 00:01:20 PDT 2014] , Info , SeasonsFragment: Requesting seasons , 1 , main

[Tue Apr 01 00:01:20 PDT 2014] , Info , SeasonsFragment: GetItemsCallback , 1 , main

[Tue Apr 01 00:01:20 PDT 2014] , Info , SeasonsFragment: Initialize GridView , 1 , main

[Tue Apr 01 06:33:13 PDT 2014] , Info , Initializing WebSocket , 1 , main

[Tue Apr 01 06:33:13 PDT 2014] , Info , WebSocket: Connect , 1 , main

[Tue Apr 01 07:01:01 PDT 2014] , Info , Initializing WebSocket , 1 , main

[Tue Apr 01 07:01:01 PDT 2014] , Info , WebSocket: Connect , 1 , main

[Tue Apr 01 07:01:01 PDT 2014] , Info , WebSocket: Successfully Connected , 52935 , Thread-52935

[Tue Apr 01 07:11:38 PDT 2014] , Info , Initializing WebSocket , 1 , main

[Tue Apr 01 07:11:38 PDT 2014] , Info , WebSocket: Connect , 1 , main

[Tue Apr 01 07:11:39 PDT 2014] , Info , WebSocket: Successfully Connected , 52938 , Thread-52938

[Tue Apr 01 07:11:50 PDT 2014] , Info , BaseMB3ProfileActivity: OnDestroy , 1 , main

[Tue Apr 01 07:11:52 PDT 2014] , Info , BaseMB3ProfileActivity: OnDestroy , 1 , main

[Tue Apr 01 07:11:52 PDT 2014] , Info , Library Presentation Activity: onDestroy , 1 , main

[Tue Apr 01 07:11:54 PDT 2014] , Info , HomeScreen Activity: onRestart , 1 , main

[Tue Apr 01 07:11:54 PDT 2014] , Info , HomeScreen Activity: onStart , 1 , main

[Tue Apr 01 07:11:54 PDT 2014] , Info , HomeScreen Activity: onResume , 1 , main

[Tue Apr 01 07:11:54 PDT 2014] , Info , BaseMB3ProfileActivity: OnDestroy , 1 , main

[Tue Apr 01 07:11:54 PDT 2014] , Info , Library Presentation Activity: onDestroy , 1 , main

[Tue Apr 01 07:11:58 PDT 2014] , Info , HomeScreen Activity: onPause , 1 , main

[Tue Apr 01 07:11:58 PDT 2014] , Info , HomeScreen Activity: onStop , 1 , main

[Wed Apr 02 07:58:27 PDT 2014] , Info , Application Version: 1.0.31 , 1 , main

[Wed Apr 02 07:58:27 PDT 2014] , Info , Device: SAMSUNG-SGH-I337 , 1 , main

[Wed Apr 02 07:58:27 PDT 2014] , Info , Screen Width: 1080 , 1 , main

[Wed Apr 02 07:58:27 PDT 2014] , Info , Screen Height: 1920 , 1 , main

[Wed Apr 02 07:58:27 PDT 2014] , Info , Total Memory Available: 274 MB , 1 , main

[Wed Apr 02 07:58:27 PDT 2014] , Info , Max Memory usable per Application: 128 MB , 1 , main

[Wed Apr 02 07:58:27 PDT 2014] , Info , Application object initialized , 1 , main
Link to comment
Share on other sites

TheShanMan

So is that adequate? I'm not quite sure what you're looking for. I get that the crash itself may not be enough to solve the problem and looking at older logs may be necessary but I have dozens of log files and most of them, especially recent ones, only have that basic config info in them. I'm not sure how far back you need me to go or what kind of log messages would tell me that I've grabbed enough. Let me know what you need me to provide and I'll do it.

Link to comment
Share on other sites

Usually when app crash if u kill mediafire app and clean cache, work properly later.

 

The real problem is, when sending one video to chromecast, only work properly if video finish. If u sent already a video to chromecast, any thing u try to do in medibrowser app to navigate and send other videos, or break chromecast link...mean app crashed.

Link to comment
Share on other sites

TheShanMan

I'm not sure what "mediafire" or chromecast has to do with this.

 

Redshirt, has this report helped or do you need more information?

Link to comment
Share on other sites

  • 3 weeks later...
dAyLiTe

Mine is also not loading. (v1.0.31 on Samsung Note 3 LTE)

Just opens the client to a black screen, with the MediaBrowser logo at the top and a spinning 'Connecting' ring, which eventually stops spinning.

What info do you need, and were do I get it for you ?

Link to comment
Share on other sites

CBers

@@dAyLiTe - clear all logs in the log area on your device (/Mb3AndroidData/Logs), then recreate the problem.

 

Then, post a link to the log so Redshirt can view.

Link to comment
Share on other sites

dAyLiTe

??? - WTF - ???

That's completely weird. I cleared the logs, force stopped the app... and now it loaded perfectly.

 

Previously I closed and opened it several times to no avail, and now it works after clearing the logs ???

How does that work ?

Link to comment
Share on other sites

Tikuf

It not the log clearing it's the force stop that made it work. It stays open in the back ground unless your device needs the resources.

Link to comment
Share on other sites

dAyLiTe

hmmm.... I could have sworn that I force stopped it several times, as it 'froze' on the startup, and the only way that I got to see the spinning anim was after a Forced Stop.

...so I'm still stumped as to how it suddenly staerted working.

 

...but happy that it is.. ;)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...