Status Update
Comments
cp...@google.com <cp...@google.com>
sh...@google.com <sh...@google.com> #2
yl...@google.com <yl...@google.com> #3
The implementation of my project is not different from the example project attached by fernando.
am...@gmail.com <am...@gmail.com> #4
yl...@google.com <yl...@google.com> #5
am...@gmail.com <am...@gmail.com> #6
yl...@google.com <yl...@google.com> #7
As an alternative I am using FusedLocationProviderClient with PendingIntent:
IntentFilter intentFilter = new IntentFilter(ACTION_LOCATION);
registerReceiver(locationReceiver, intentFilter);
mFusedLocationClient.requestLocationUpdates(mLocationRequest, locationPendingIntent);
and
unregisterReceiver(locationReceiver);
mFusedLocationClient.removeLocationUpdates(locationPendingIntent)
Here is forked LocationUpdates repo with LeakCanary installed and an option to switch between LocationCallback and PendingIntent. LeakCanary not reporting anything when using PendingIntent.
am...@gmail.com <am...@gmail.com> #8
yl...@google.com <yl...@google.com>
ga...@linecorp.com <ga...@linecorp.com> #9
ga...@gmail.com <ga...@gmail.com> #10
ga...@linecorp.com <ga...@linecorp.com> #11
yl...@google.com <yl...@google.com> #12
There is an issuetracker Component available these days for Play Services Location:
Maybe move this issue to that Component to track it better?
ga...@linecorp.com <ga...@linecorp.com> #13
I can't move it right now, but I think it's ok to stay here.
As I wrote in the code lab issue, I misunderstood when the rewrite went out (which should fix the issue).
It goes live in version 20 (current version location 19.0.1). The engineer who wrote the rewrite checked and wasn't seeing the same issue, i.e., it should be resolved.
However, that does mean we have to wait until 20 is released. I can check in again here when it's live for you to double check.
ga...@linecorp.com <ga...@linecorp.com> #14
yl...@google.com <yl...@google.com> #15
I haven't been on location in awhile, but I wanted to follow up on this.
The issue should be resolved with
yl...@google.com <yl...@google.com> #16
Added workarounds in
Description
I have released a new version of my application in beta track and started receiving lots of crashes from liblanguage_id_jni. It is used for auto-detection of sentence lang for TTS.
While not fixed maybe something can be done as a workaround?
Examples:
Fatal signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0x7a71f4a0d636
Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR)
ENVIRONMENT
CRASH REPORTS
Android 12 (Emulator)
Android 10 (Xiaomi Realme 6 Pro)
CODE SAMPLES
initialization:
usage (may be called from different threads):