Loren M. Lang

Results 115 comments of Loren M. Lang

From an initial triage while loading the map, I see this potentially-related error on logcat: ``` E FileSystemTileCache: could not create directory ``` While attempting to Load a profile that...

Are you familiar with how to capture logcat logs with ADB? That could be helpful here.

While testing a build of this PR, I am getting an immediate crash when I try to "Start Tracking" after enabling DigiRig in the settings. I have not had a...

OK, well, I was able to bypass that crash by adding a `PendingIntent.FLAG_IMMUTABLE` to the `PendingIntent()`, but now it is crashing further down while requesting permissions. I did see the...

You are correct that I am not using a DigiRig for my testing. I am trying to get it to work with AIOC, however the two crashes I posted don't...

OK, I finally understand what the crash is. The fix is merely that you need to pass a flag in when creating the `PendingIntent` for the broadcast receiver. The fourth...

I am a little confused at to what you are referring to. I am building the for the official SDK target that the upstream APRSdroid is targeted for. The `targetSdkVersion`...

I apologize if I've confused things by bringing up the AIOC board, but my recent comments related to the crash I am seeing are not specific to that board. I've...

Actually, I think I found one more file, `src/url_parser/parser.rs` which is: Copyright (c) 2013-2016 The rust-url developers. And licensed under ASL-2.0 or MIT.

Actually, I now realize that `data/` is in the exclude list and I was running my license scanner on the upstream repo instead of the crate source as distributed. If...