Skip to content

Instantly share code, notes, and snippets.

D FxSync(2148) firefox :: UpgradeReceiver :: Broadcast received.
W AccountManagerService(1996) caller uid 10111 is different than the authenticator's uid
I FxSync(2148) firefox :: UpgradeReceiver :: Migrating preferences on upgrade for Android account named nalexander+test0724@mozilla.com.
I ActivityManager(1996) Start proc app.processName for broadcast hostingNameStr: pid=2164 uid=10035 gids={3003}
I ActivityManager(1996) No longer want app.processName (pid 1194): hidden #26
W FxSync(2148) firefox :: SyncAccounts :: Got exception fetching auth token.
W FxSync(2148) java.lang.IllegalStateException: KEY_INTENT included in AccountManagerFuture bundle.
W FxSync(2148) at org.mozilla.gecko.sync.setup.SyncAccounts$SyncAccountVersion0Callback.run(SyncAccounts.java:499)
W FxSync(2148) at android.accounts.AccountManager$10.run(AccountManager.java:1264)
W FxSync(2148) at android.os.Handler.handleCallb
[build]
application = mobile/android
configure_extra = --target=arm-linux-androideabi --disable-crashreporter --with-android-ndk="/Users/ncalexan/Mozilla/Android/android-ndk-r6" --with-android-toolchain="/Users/ncalexan/Mozilla/Android/android-ndk-r6/toolchains/arm-linux-androideabi-4.4.3/prebuilt/darwin-x86" --with-android-platform="/Users/ncalexan/Mozilla/Android/android-ndk-r6/platforms/android-8/arch-arm" --with-android-tools="/Users/ncalexan/Mozilla/Android/android-sdks/tools" --with-android-sdk="/Users/ncalexan/Mozilla/Android/android-sdks/platforms/android-14" --with-android-version=8
debug = true
optimized = false
[paths]
source_directory = /Users/ncalexan/Mozilla/mozilla-inbound
# Add the correct paths here:
ac_add_options --with-android-ndk="$HOME/Mozilla/Android/android-ndk-r6"
ac_add_options --with-android-toolchain="$HOME/Mozilla/Android/android-ndk-r6/toolchains/arm-linux-androideabi-4.4.3/prebuilt/darwin-x86"
ac_add_options --with-android-platform="$HOME/Mozilla/Android/android-ndk-r6/platforms/android-8/arch-arm"
ac_add_options --with-android-tools="$HOME/Mozilla/Android/android-sdks/tools"
ac_add_options --with-android-sdk="$HOME/Mozilla/Android/android-sdks/platforms/android-14"
ac_add_options --with-android-version=8
# android options
ac_add_options --enable-debug
27.48 Reticulating Splines...
PHASE: prelim splendid-export base nspr js export workaround splendid-libs platform app
Traceback (most recent call last):
File "./mach", line 48, in <module>
mach.run(sys.argv[1:])
File "/Users/ncalexan/Mozilla/mozilla-inbound/python/mach/mach/main.py", line 145, in run
method(**stripped)
File "/Users/ncalexan/Mozilla/mozilla-inbound/python/mach/mach/build.py", line 24, in build
builder.build(on_phase=terminal.update_phase, on_backend=on_backend)
File "/Users/ncalexan/Mozilla/mozilla-inbound/python/mozbuild-bs/mozbuild/building/treebuilder.py", line 50, in build
# HG changeset patch
# Parent c50b611ee7a5ff93e4fc08350f3ef9ed31173af4
# User Nick Alexander <nalexander@mozilla.com>
diff --git a/mobile/android/base/Makefile.in b/mobile/android/base/Makefile.in
--- a/mobile/android/base/Makefile.in
+++ b/mobile/android/base/Makefile.in
@@ -1088,23 +1088,23 @@ android-preqs = \
# Add a predefined number of WebApp<num> classes to the WebApps class.
# These are used so that each webapp can launch in its own process
/**
* Process a command in the context of the given global session.
*
* @param session
* the <code>GlobalSession</code> instance currently executing.
* @param unparsedCommand
* command as a <code>ExtendedJSONObject</code> instance.
*/
@ncalexan
ncalexan / gist:3738668
Created September 17, 2012 17:34
Notes on Bug 790931
* Notes on Bug 790931 - Unable to remove the Sync account when there are multiple Firefox versions synced
- Have to consider deleting remote client records as well.
- Android is supposed to tell installed Apps when an Account is
deleted.
- This is the 80-90% case, possibly more.
- If a user has one App on SD card, presumably they can't afford
the space for two. But perhaps they keep one around just in case...
- In the case of one App on SD card and one on phone, can we always
guarantee that the phone App is the Authenticator? If so, we
could maintain an internal database of
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry including="**/*.java" kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry including="**/*.java" kind="src" path="external/httpclientandroidlib/httpclientandroidlib/src">
<attributes>
<attribute name="ignore_optional_problems" value="true"/>
</attributes>
</classpathentry>
<classpathentry including="**/*.java" kind="src" path="external/json-simple-1.1/src">
/Users/ncalexan/Mozilla/mozilla-inbound/objdir-droid/_virtualenv/bin/python ./build/mobile/robocop/parse_ids.py -i ./mobile/android/base/R.java -o ./build/mobile/robocop/fennec_ids.txt
Android Debug Bridge version 1.0.29
0+0 records in
0+0 records out
0 bytes transferred in 0.001 secs (0 bytes/sec)
452 KB/s (4912 bytes in 0.010s)
4200 KB/s (181570 bytes in 0.042s)
pkg: /data/local/tmp/robocop.apk
Success
{
"annos": [
{
"expires": 4,
"flags": 0,
"mimeType": null,
"name": "bookmarkProperties/description",
"type": 3,
"value": "Add bookmarks to this folder to see them displayed on the Bookmarks Toolbar"
}