This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
| /** | |
| * Returns the hostname if known, or the result of {@code InetAddress.getHostAddress}. | |
| * Unlike {@link #getHostName}, this method will never cause a DNS lookup. | |
| * @since 1.7 | |
| * @hide 1.7 - remember to add a link in the getHostName documentation! | |
| */ | |
| public final String getHostString() { | |
| return (hostname != null) ? hostname : addr.getHostAddress(); | |
| } |
This file contains hidden or 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
| // version 1 | |
| include ':dependencies:Android-FileLogger:library' | |
| // version 2 | |
| include 'FileLogger' | |
| project(':FileLogger').projectDir = new File('dependencies/Android-FileLogger/library') |
This file contains hidden or 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
| dependencies { | |
| def artifactAndroidSwitch = 'org.jraf:android-switch-backport:1.3.+' | |
| def useLocalAndroidSwitch = false | |
| def localAndroidSwitch = ':android-Switch' | |
| allprojects { | |
| rootProject.allprojects.project.each { | |
| if (it.path == localAndroidSwitch) { |