Skip to content

Instantly share code, notes, and snippets.

@AbhilashG97
AbhilashG97 / logcat.txt
Created January 25, 2019 15:32
This is the logcat for this issue - #
2019-01-25 19:49:38.716 3672-3672/? D/CarrierText: updateCarrierText(): 1
2019-01-25 19:49:38.717 3979-3979/? D/DPMJ: |SERVICE| DPM received action android.intent.action.SCREEN_ON
2019-01-25 19:49:38.717 3672-3672/? D/CarrierText: Handling (subId=1): READY Jio 4G 4G — JIO 4G
2019-01-25 19:49:38.717 3672-3672/? D/CarrierText: SIM ready and in service: subId=1, ss={mVoiceRegState=0(IN_SERVICE), mDataRegState=0(IN_SERVICE), mChannelNumber=1426, duplexMode()=1, mCellBandwidths=[], mVoiceRoamingType=Domestic Roaming, mDataRoamingType=Domestic Roaming, mVoiceOperatorAlphaLong=Jio 4G, mVoiceOperatorAlphaShort=Jio 4G, mDataOperatorAlphaLong=Jio 4G, mDataOperatorAlphaShort=Jio 4G, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=14(LTE), mRilDataRadioTechnology=14(LTE), mCssIndicator=supported, mNetworkId=-1, mSystemId=-1, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, mIsEmergencyOnly=false, mIsDataRoamingFromRegistration=true, mIsUsingCarrierAggregation=false, mLteEarfcnRsrpBoost=0, mN
@AbhilashG97
AbhilashG97 / logcat.txt
Created January 25, 2019 15:32
This is the logcat for this issue - #
2019-01-25 19:49:38.716 3672-3672/? D/CarrierText: updateCarrierText(): 1
2019-01-25 19:49:38.717 3979-3979/? D/DPMJ: |SERVICE| DPM received action android.intent.action.SCREEN_ON
2019-01-25 19:49:38.717 3672-3672/? D/CarrierText: Handling (subId=1): READY Jio 4G 4G — JIO 4G
2019-01-25 19:49:38.717 3672-3672/? D/CarrierText: SIM ready and in service: subId=1, ss={mVoiceRegState=0(IN_SERVICE), mDataRegState=0(IN_SERVICE), mChannelNumber=1426, duplexMode()=1, mCellBandwidths=[], mVoiceRoamingType=Domestic Roaming, mDataRoamingType=Domestic Roaming, mVoiceOperatorAlphaLong=Jio 4G, mVoiceOperatorAlphaShort=Jio 4G, mDataOperatorAlphaLong=Jio 4G, mDataOperatorAlphaShort=Jio 4G, isManualNetworkSelection=false(automatic), mRilVoiceRadioTechnology=14(LTE), mRilDataRadioTechnology=14(LTE), mCssIndicator=supported, mNetworkId=-1, mSystemId=-1, mCdmaRoamingIndicator=-1, mCdmaDefaultRoamingIndicator=-1, mIsEmergencyOnly=false, mIsDataRoamingFromRegistration=true, mIsUsingCarrierAggregation=false, mLteEarfcnRsrpBoost=0, mN
@AbhilashG97
AbhilashG97 / build.gradle(app)
Created December 11, 2018 15:52
Gradle script for AgeraMelon app
apply plugin: 'com.android.application'
android {
compileSdkVersion 28
defaultConfig {
applicationId "abhilash.example.com.ageramelon"
minSdkVersion 23
targetSdkVersion 28
versionCode 1
versionName "1.0"
@AbhilashG97
AbhilashG97 / build.gradle(project)
Last active December 11, 2018 15:52
Gradle script for AgeraMelon app
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
@AbhilashG97
AbhilashG97 / FruitDriver.java
Last active October 16, 2018 01:17
The following Gist contains examples of Java 8 method references
public class FruitDriver {
/**
* This is a wrapper method that wraps the parameterized method
* of the FruityInterface functional interface.
*/
public void fruitWrapper(FruityInterface fruityInterface) {
fruityInterface.doSomethingWithFruits("Watermelon", "Dragon fruit");
}
@AbhilashG97
AbhilashG97 / FruityClass.java
Created October 13, 2018 01:05
Static Method Reference I
public class FruityClass {
/**
* This method will be called inside a
* lamba expression.
*/
public static void saySomethingAwesome() {
System.out.println("Watermelons are awesome!!");
}
}
@AbhilashG97
AbhilashG97 / logcat
Created February 25, 2018 02:57
MifosXDroid Login Logcat
02-25 08:25:45.861 15673-15673/? I/zygote64: Late-enabling -Xcheck:jni
02-25 08:25:45.912 15673-15680/? I/zygote64: Debugger is no longer active
02-25 08:25:45.961 15673-15673/? I/MultiDex: VM with version 2.1.0 has multidex support
02-25 08:25:45.961 15673-15673/? I/MultiDex: install
02-25 08:25:45.961 15673-15673/? I/MultiDex: VM has multidex support, MultiDex support library is disabled.
02-25 08:25:46.001 15673-15673/? I/CrashlyticsCore: Initializing Crashlytics 2.3.15.167
02-25 08:25:46.070 15673-15709/? I/stetho: Listening on @stetho_com.mifos.mifosxdroid_devtools_remote
02-25 08:25:46.110 15673-15691/? D/NetworkSecurityConfig: No Network Security Config specified, using platform default
02-25 08:25:46.111 15673-15691/? I/DpmTcmClient: RegisterTcmMonitor from: com.android.okhttp.TcmIdleTimerMonitor
02-25 08:25:46.320 15673-15678/? I/zygote64: Do partial code cache collection, code=30KB, data=26KB
@AbhilashG97
AbhilashG97 / logcat
Created January 20, 2018 16:30
App crashes when the screen is tilted to landscape
01-20 20:21:27.981 3448-3448/com.mifos.mifosxdroid I/zygote: Late-enabling -Xcheck:jni
01-20 20:21:28.093 3448-3448/com.mifos.mifosxdroid I/MultiDex: VM with version 2.1.0 has multidex support
01-20 20:21:28.093 3448-3448/com.mifos.mifosxdroid I/MultiDex: install
01-20 20:21:28.093 3448-3448/com.mifos.mifosxdroid I/MultiDex: VM has multidex support, MultiDex support library is disabled.
01-20 20:21:28.113 3448-3455/com.mifos.mifosxdroid I/zygote: Debugger is no longer active
01-20 20:21:28.135 3448-3448/com.mifos.mifosxdroid I/CrashlyticsCore: Initializing Crashlytics 2.3.15.167
01-20 20:21:28.207 3448-3491/com.mifos.mifosxdroid I/stetho: Listening on @stetho_com.mifos.mifosxdroid_devtools_remote
01-20 20:21:28.350 3448-3466/com.mifos.mifosxdroid D/NetworkSecurityConfig: No Network Security Config specified, using platform default
01-20 20:21:28.352 3448-3466/com.mifos.mifosxdroid I/DpmTcmClient: RegisterTcmMonitor from: com.android.okhttp.TcmIdleTimerMonitor
01-20 20:21:28.544 3448-3453/com.mifos.mifosxdroid
@AbhilashG97
AbhilashG97 / logcat
Created January 17, 2018 15:23
javax.net.ssl.SSLHandshakeException: Connection closed by peer
01-17 20:35:08.766 7186-7245/org.apache.fineract I/vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib64/hw/gralloc.msm8953.so from the current namespace instead.
01-17 20:35:08.752 7186-7186/org.apache.fineract W/RenderThread: type=1400 audit(0.0:418): avc: denied { search } for name="proc" dev="debugfs" ino=5564 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:qti_debugfs:s0 tclass=dir permissive=0
01-17 20:35:08.770 7186-7245/org.apache.fineract I/Adreno: PFP: 0x005ff087, ME: 0x005ff063
01-17 20:35:08.774 7186-7245/org.apache.fineract I/OpenGLRenderer: Initialized EGL, version 1.4
01-17 20:35:08.774 7186-7245/org.apache.fineract D/OpenGLRenderer: Swap behavior 2
01-17 20:35:08.884 7186-7245/org.apache.fineract I/vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib64/hw/gralloc.msm8953.so from the current namespace instead.
01-17 20:35:12.897 7186-7191/org.apache.fineract I/zygote64: Do partial code cache collection, code=61KB, data
/*
* This project is licensed under the open source MPL V2.
* See https://github.com/openMF/android-client/blob/master/LICENSE.md
*/
buildscript {
repositories {
mavenCentral()
maven { url 'https://maven.fabric.io/public' }
jcenter()