This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2019-12-10 21:45:17.340 28101-28101/com.mimb2b.vicor E/AndroidRuntime: FATAL EXCEPTION: main | |
Process: com.mimb2b.vicor, PID: 28101 | |
java.lang.NullPointerException: Attempt to invoke virtual method 'void android.graphics.drawable.Drawable.draw(android.graphics.Canvas)' on a null object reference | |
at android.widget.ImageView.onDraw(ImageView.java:1434) | |
at android.view.View.draw(View.java:21436) | |
at android.view.View.updateDisplayListIfDirty(View.java:20313) | |
at android.view.ViewGroup.recreateChildDisplayList(ViewGroup.java:4372) | |
at android.view.ViewGroup.dispatchGetDisplayList(ViewGroup.java:4345) | |
at android.view.View.updateDisplayListIfDirty(View.java:20273) | |
at android.view.ViewGroup.recreateChildDisplayList(ViewGroup.java:4372) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.ArrayList; | |
import java.util.Arrays; | |
import java.util.HashMap; | |
import java.util.Iterator; | |
import java.util.List; | |
import java.util.Map; | |
/** | |
* Convert following class into Kotlin | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#EXTM3U | |
#EXT-X-MEDIA:TYPE=SUBTITLES,GROUP-ID="subs",NAME="English",DEFAULT=NO,FORCED=NO,URI="http://www.dramafever-subtitles.com.edgesuite.net/11/22/index.m3u8",LANGUAGE="en" | |
#EXT-X-MEDIA:TYPE=SUBTITLES,GROUP-ID="subs",NAME="Spanish",DEFAULT=NO,FORCED=NO,URI="http://www.dramafever-subtitles.com.edgesuite.net/11/22/index.m3u8",LANGUAGE="es" | |
#EXT-X-MEDIA:TYPE=SUBTITLES,GROUP-ID="subs",NAME="French",DEFAULT=NO,FORCED=NO,URI="http://www.dramafever-subtitles.com.edgesuite.net/11/22/index.m3u8",LANGUAGE="fr" | |
#EXT-X-STREAM-INF:SUBTITLES="subs",PROGRAM-ID=1,BANDWIDTH=575000,RESOLUTION=640x360 | |
http://dramafever-i.akamaihd.net/i/138561/region1/25bbebf0fbb64_,8860369,8860373,8860372,.mp4.csmil/index_0_av.m3u8?null=&hdntl=exp=1414013773~acl=%2fi%2f138561%2fregion1%2f25bbebf0fbb64_*~data=hdntl~hmac=eaeaa78bfaab49dbea5a3aa175342bd3f3212c14a3b734ee117c72c6ef19899a | |
#EXT-X-STREAM-INF:SUBTITLES="subs",PROGRAM-ID=1,BANDWIDTH=398000,RESOLUTION=640x360,CODECS="avc1.66.30, mp4a.40.2" | |
http://dramafever-i.akamaihd.net/i/138561/regio |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-02 12:53:23.890 3963-3963/com.dramafever.large E/AndroidRuntime﹕ FATAL EXCEPTION: main | |
java.lang.RuntimeException: Unable to resume activity {com.dramafever.large/com.dramafever.large.activities.HomeActivity}: java.lang.NullPointerException | |
at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2444) | |
at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2472) | |
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1986) | |
at android.app.ActivityThread.access$600(ActivityThread.java:123) | |
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1147) | |
at android.os.Handler.dispatchMessage(Handler.java:99) | |
at android.os.Looper.loop(Looper.java:137) | |
at android.app.ActivityThread.main(ActivityThread.java:4424) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import org.apache.http.NameValuePair; | |
import org.apache.http.message.BasicNameValuePair; | |
/** | |
* Created by Dmitriy on 5/22/2014. | |
*/ | |
public class CustomNameValuePair extends BasicNameValuePair { | |
public CustomNameValuePair(String name, String value) { | |
super(name, value); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
05-22 11:54:02.650 5278-5769/com.dramafever.large E/dalvikvm-heap﹕ Out of memory on a 8208-byte allocation. | |
05-22 11:54:02.780 5278-5769/com.dramafever.large E//DefaultRequestRunner.java:138﹕ 11:54:02.670 Thread-563 An exception occurred during request network execution :java.lang.OutOfMemoryError | |
retrofit.RetrofitError: java.lang.OutOfMemoryError | |
at retrofit.RestAdapter$RestHandler.invokeRequest(RestAdapter.java:425) | |
at retrofit.RestAdapter$RestHandler.invoke(RestAdapter.java:282) | |
at $Proxy4.streamLog(Native Method) | |
at com.dramafever.android.lib.robospice.request.StreamLogRequest.loadDataFromNetwork(StreamLogRequest.java:85) | |
at com.dramafever.android.lib.robospice.request.StreamLogRequest.loadDataFromNetwork(StreamLogRequest.java:10) | |
at com.octo.android.robospice.request.CachedSpiceRequest.loadDataFromNetwork(CachedSpiceRequest.java:45) | |
at com.octo.android.robospice.request.DefaultRequestRunner.processRequest(Defaul |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java.lang.IllegalStateException: Recursive entry to executePendingTransactions | |
at android.support.v4.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1450) | |
at android.support.v4.app.FragmentManagerImpl$1.run(FragmentManager.java:446) | |
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:5088) | |
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:781) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
05-20 21:13:22.360 17417-17417/com.google.android.youtube.player E/ActivityThread﹕ Service com.google.android.youtube.api.service.YouTubeService has leaked IntentReceiver com.google.android.apps.youtube.common.network.ConnectivityReceiver@41932ff8 that was originally registered here. Are you missing a call to unregisterReceiver()? | |
android.app.IntentReceiverLeaked: Service com.google.android.youtube.api.service.YouTubeService has leaked IntentReceiver com.google.android.apps.youtube.common.network.ConnectivityReceiver@41932ff8 that was originally registered here. Are you missing a call to unregisterReceiver()? | |
at android.app.LoadedApk$ReceiverDispatcher.<init>(LoadedApk.java:805) | |
at android.app.LoadedApk.getReceiverDispatcher(LoadedApk.java:606) | |
at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1469) | |
at android.app.ContextImpl.registerReceiver(ContextImpl.java:1449) | |
at android.app.ContextImpl.registerReceiver(ContextImpl.java:1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5-20 21:04:04.679 15787-15787/com.dramafever.large E/AndroidRuntime﹕ FATAL EXCEPTION: main | |
Process: com.dramafever.large, PID: 15787 | |
java.lang.IllegalStateException: Recursive entry to executePendingTransactions | |
at android.support.v4.app.FragmentManagerImpl.execPendingActions(Unknown Source) | |
at android.support.v4.app.FragmentManagerImpl.saveAllState(Unknown Source) | |
at android.support.v4.app.FragmentActivity.onSaveInstanceState(Unknown Source) | |
at android.app.Activity.performSaveInstanceState(Activity.java:1157) | |
at android.app.Instrumentation.callActivityOnSaveInstanceState(Instrumentation.java:1223) | |
at android.app.ActivityThread.performStopActivityInner(ActivityThread.java:3202) | |
at android.app.ActivityThread.handleStopActivity(ActivityThread.java:3261) |
NewerOlder