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
0 | 00:00:00:040 | I/Plume_55902 Plume Oncreate | |
1 | 00:00:00:040 | I/Plume_55902 Startup: loggers logger:com.levelup.touiteur.c.c@41c209c8 | |
2 | 00:00:00:125 | D/Plume_55902 clear PhotoCache memory | |
3 | 00:00:00:203 | D/Plume_55902 clear PhotoCache memory | |
4 | 00:00:00:988 | D/PlumeStream Start stream checker | |
5 | 00:00:01:017 | D/PlumeStream assertRunningStreams needs stream:true | |
6 | 00:00:01:017 | D/PlumeStream assertRunningStream mWantsStreamRunning:true | |
7 | 00:00:01:063 | D/PlumeStream run user streams needed:true instance:null | |
8 | 00:00:01:063 | I/PlumeStream attach b{41c5d400 connected:false} state was:OFFLINE | |
9 | 00:00:01:066 | D/PlumeStream m{41c42c38 kraatsie66} startListening isStreamStarted:false connected:false |
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
android.util.Log$TerribleFailure: popping a database work that never started for m{42fbb7f0 olof_k} type:1 | |
at android.util.Log.wtf(Log.java:290) | |
at android.util.Log.wtf(Log.java:256) | |
at com.levelup.logutils.FLog.wtf(SourceFile:152) | |
at com.levelup.logutils.FLogger.wtf(SourceFile:79) | |
at com.levelup.touiteur.c.a.wtf(SourceFile:133) | |
at com.levelup.touiteur.c.d.c(SourceFile:80) | |
at com.levelup.touiteur.stream.a.c(SourceFile:226) | |
at com.levelup.touiteur.stream.a.b.b(SourceFile:249) | |
at com.levelup.touiteur.stream.a.d.a(SourceFile:211) |
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
package com.levelup.touiteur; | |
import java.lang.reflect.Field; | |
import java.util.ArrayList; | |
import java.util.HashMap; | |
import java.util.List; | |
import android.annotation.SuppressLint; | |
import android.app.Activity; | |
import android.app.Instrumentation; |
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.NullPointerException | |
at android.os.Parcel.readException(Parcel.java:1471) | |
at android.os.Parcel.readException(Parcel.java:1419) | |
at android.os.storage.IMountService$Stub$Proxy.mkdirs(IMountService.java:769) | |
at android.app.ContextImpl.ensureDirsExistOrFilter(ContextImpl.java:2627) | |
at android.app.ContextImpl.getExternalFilesDirs(ContextImpl.java:1197) | |
at android.app.ContextImpl.getExternalFilesDir(ContextImpl.java:1180) | |
at android.content.ContextWrapper.getExternalFilesDir(ContextWrapper.java:222) | |
at com.levelup.touiteur.pictures.levelup.LevelupCache.finishLoadingInMemory(SourceFile:98) | |
at st.gaw.db.AsynchronousDbHelper$1.handleMessage(SourceFile:98) |
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.IllegalArgumentException: bad parameter | |
at org.apache.http.client.utils.URLEncodedUtils.parse(URLEncodedUtils.java:139) | |
at org.apache.http.client.utils.URLEncodedUtils.parse(URLEncodedUtils.java:76) | |
at android.webkit.AccessibilityInjector.getAxsUrlParameterValue(AccessibilityInjector.java:404) | |
at android.webkit.AccessibilityInjector.shouldInjectJavaScript(AccessibilityInjector.java:323) | |
at android.webkit.AccessibilityInjector.onPageFinished(AccessibilityInjector.java:282) | |
at android.webkit.WebViewClassic.onPageFinished(WebViewClassic.java:4371) | |
at android.webkit.CallbackProxy.handleMessage(CallbackProxy.java:334) | |
at android.os.Handler.dispatchMessage(Handler.java:99) | |
at android.os.Looper.loop(Looper.java:137) |
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
android.applicationVariants.all { variant -> | |
if (variant.buildType.name == "release") { | |
variant.outputFile = new File(projectDir.parent + "/builds", archivesBaseName + "-" + versionName + ".apk") | |
} else if (variant.buildType.name == "kindle") { | |
variant.outputFile = new File(projectDir.parent + "/builds", "Kindle-" + versionName + ".apk") | |
} else { | |
variant.outputFile = new File(projectDir.parent + "/builds", archivesBaseName + "-" + variant.buildType.name + versionCode + ".apk") | |
} | |
} |
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
android.applicationVariants.all { variant -> | |
if (variant.buildType.runProguard) { | |
variant.assemble.doLast { | |
description "ProGuard mapping copy" | |
def mappingSource = new File(projectDir, "build/proguard/" + variant.buildType.name+"/mapping.txt") | |
def mappingDest = new File(variant.outputFile.parent) | |
copy { | |
from mappingSource | |
into mappingDest |
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.NullPointerException: failed to get a view at 13 in LoadedTouitsHasMore{4208b368 LoadedTouitsVoid{4208b1b8 size=0}} of o{41f0aac0 list=TouitListDBTweets{421998a0 id=-805657377}} | |
at com.levelup.touiteur.touits.TouitListExpandableAdapter.getGroupView(SourceFile:86) | |
at android.widget.ExpandableListConnector.getView(ExpandableListConnector.java:446) | |
at android.widget.AbsListView.obtainView(AbsListView.java:2240) | |
at android.widget.ListView.makeAndAddView(ListView.java:1790) | |
at android.widget.ListView.fillUp(ListView.java:725) | |
at android.widget.ListView.fillGap(ListView.java:664) | |
at android.widget.AbsListView.trackMotionScroll(AbsListView.java:5136) | |
at android.widget.AbsListView$FlingRunnable.run(AbsListView.java:4247) | |
at android.os.Handler.handleCallback(Handler.java:733) |
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
diff --git a/output/matroska.c b/output/matroska.c | |
index baa0f1c..f623a2f 100644 | |
--- a/output/matroska.c | |
+++ b/output/matroska.c | |
@@ -33,6 +33,7 @@ typedef struct | |
int width, height, d_width, d_height; | |
int display_size_units; | |
+ int stereomode; | |
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
mv.setWebChromeClient(new WebChromeClient() { | |
@Override | |
public boolean onCreateWindow(WebView view, boolean isDialog, boolean isUserGesture, Message resultMsg) { | |
if (getActivity()==null || !view.getWindowToken().isBinderAlive()) { | |
TouiteurLog.d(false, "pretend we will create a window but it's not possible anymore"); | |
return true; | |
} | |
return super.onCreateWindow(view, isDialog, isUserGesture, resultMsg); | |
} |