analytics-android icon indicating copy to clipboard operation
analytics-android copied to clipboard

The hassle-free way to add analytics to your Android app.

Results 32 analytics-android issues
Sort by recently updated
recently updated
newest added

java.lang.NullPointerException Attempt to invoke interface method 'java.util.Set java.util.Map.entrySet()' on a null object reference com.segment.analytics.Analytics.void performRun(com.segment.analytics.IntegrationOperation)(Analytics.java:1636) You should judge entrySet if null,even thought much time is not.Maybe the OS recycle it?

Faced with crash on Huawei P40(No google services) Faced during 10 instals and after that everything becomes ok. Lib version: 4.8.2 Also tested on last library version the behaviour is...

Our Analytics track & screen calls are not being sent with a `context.device.advertisingId`. We have `minifyEnabled` set to true in our build.gradle, and disabling this fixes the issue, but that...

I want to stop some event get into Mixpanel, Does modify the request payload `"integrations": {"mixpanel": false}` work?

DEFAULT_FLUSH_INTERVAL is set to 30s. This is fine for normal network conditions, if somewhat careless with battery usage. However, under abnormal network conditions and inside an app with a foreground...

We are getting following error from a certain point after upgrading android target SDK from 28 to 29 and rendering the library stop working for some users. ``` 2022-03-03 14:03:50.415...

identifying users have lead to increased ANR Could we get help, version used `4.5.0` ``` AppNotResponding : Application not responsive since: Thu Dec 09 15:30:44 EST 2021 at sun.misc.Unsafe.park(Unsafe.java) at...

While Initializing Analytics we are calling trackApplicationLifecycleEvents() method. We have noticed multiple Application Opened and Application Backgrounded events. As per the [Application Opened](https://segment.com/docs/connections/spec/mobile/#application-opened) and [Application Backgrounded](https://segment.com/docs/connections/spec/mobile/#application-backgrounded) documentation the Application Opened...

While instantiating `QueueFile` in most of the unit tests, with `File` as constructor input parameter; it throws `java.io.EOFException` while executing `java.io.RandomAccessFile.readFully` within `QueueFile.readHeader` method (2nd line within the method) using...

Strict mode disk write violation issue faced while initialising segment (Even in thread). Basic root cause : Handler is used for "performInitializeIntegrations" creating queue file so it is in main...