Elliott Hughes
6e57b3b73b
am fac2a436: am 17d35eaf: Merge "Fix symbol.py\'s toolchain detection for x86."
...
* commit 'fac2a436ced8f8330e632bb96a895a3bcc6cf036':
Fix symbol.py's toolchain detection for x86.
2014-07-07 22:29:14 +00:00
Elliott Hughes
4edd2b70a8
am 8dd6132d: am afab5877: Merge "stack_core ProcessLine now returns a boolean."
...
* commit '8dd6132dc48d612a54375ea1a713ab06a6c3f6da':
stack_core ProcessLine now returns a boolean.
2014-07-07 22:10:05 +00:00
Elliott Hughes
0d5ba377f4
am 434f3f67: am 121b2939: Merge "stack_core now also detects the "Revision: #" line."
...
* commit '434f3f67b4b7ba38e0390046be8d8f53af8644de':
stack_core now also detects the "Revision: #" line.
2014-07-07 21:55:08 +00:00
Brigid Smith
9c2192a26e
stack_core ProcessLine now returns a boolean.
...
The value corresponds to whether or not the line has matched one of the
detected formats (registers, header, backtrace, etc.) and can be used to
identify what logcat lines don't correspond to one of these formats.
Change-Id: Ibd7bc5a211dcfe86ea2f92d7e7941091afff4fc4
2014-07-07 14:53:18 -07:00
Brigid Smith
0b30940003
stack_core now also detects the "Revision: #" line.
...
Change-Id: I474602eca37964e412acf8cb5f2441cd223852e4
2014-07-07 14:34:00 -07:00
Elliott Hughes
c3166bec1c
Fix symbol.py's toolchain detection for x86.
...
x86 uses the x86_64 toolchain. There's no separate 32-bit toolchain.
I started to refactor so we could add FindToolchain tests, but that doesn't
work because FindToolchain depends on environment variables set up by 'lunch'.
Change-Id: I264b95e1e83a7e795f8cac49bc9e1cf497514029
2014-07-07 15:18:01 -07:00
Elliott Hughes
228f89a0f0
am 203101c6: am d1b3bb63: Merge "Fix \'stack\' register matching for all architectures."
...
* commit '203101c62f6913262f85e7ceb604cb8271a7430e':
Fix 'stack' register matching for all architectures.
2014-07-01 23:16:01 +00:00
Elliott Hughes
9e90620a66
am 81ecf883: am 40144870: Merge "Fix FindToolchain for mips."
...
* commit '81ecf883addc450ed9a6e676dde194270a9b2432':
Fix FindToolchain for mips.
2014-07-01 21:10:33 +00:00
Elliott Hughes
66a8111321
am 0bbff77e: am d03c4985: Merge "Turning stack_core into a class to make it compatible with adbs."
...
* commit '0bbff77ed31a1243fc65c0eadf00cde97d248b1c':
Turning stack_core into a class to make it compatible with adbs.
2014-07-01 19:30:23 +00:00
Elliott Hughes
401448709d
Merge "Fix FindToolchain for mips."
2014-07-01 19:26:36 +00:00
Elliott Hughes
1ba94df0c9
Fix FindToolchain for mips.
...
Change-Id: Ib2689e24065e9d5a0c249a26c63e6493327fc0b1
2014-07-01 12:22:06 -07:00
Elliott Hughes
a9e34173b9
Fix 'stack' register matching for all architectures.
...
Every architecture was at least slightly wrong. Rather than try to
tune the heuristics, let's just keep lists of all the registers.
Also start adding some unit tests.
Change-Id: I490dcc9855f7af1e3529734711400f366ffc4e0f
2014-07-01 14:56:22 -07:00
Brigid Smith
ea0a835d4d
Turning stack_core into a class to make it compatible with adbs.
...
This includes the fairly large change of refactoring stack_core.py into
a class so that its behavior is compatible with adbs. Additionally, if
the ABI line does not come before lines that require it to determine
proper widths (registers, stack), then it will assume that the ABI is
32 bit and not 64.
Change-Id: I6ad84a55337d86d25f7f8197048dc93868b0a01a
2014-07-01 11:25:44 -07:00
Joe Fernandez
7b7feee3cb
am 36a32cd6: resolved conflicts for merge of 9560aaec to klp-modular-dev
...
* commit '36a32cd68365b8cefea7669ed925cf5387a3b53a':
Removing old, duplicate developer.android.com server configuration
2014-06-21 20:16:33 +00:00
smain@google.com
0a17412796
am 295d2106: add redirects for Edu for FAQ and Guidelines pages
...
* commit '295d21062a8a99d5ed31270034e05a38a88f66e9':
add redirects for Edu for FAQ and Guidelines pages
2014-06-20 22:30:05 +00:00
smain@google.com
295d21062a
add redirects for Edu for FAQ and Guidelines pages
...
Change-Id: I9865272de026e29a51af84673a82f95565f8395d
2014-06-19 19:18:01 -07:00
Elliott Hughes
0c3af5d8d1
am 6e21ec3f: am 9811d58e: Merge "Add the "Abort message:" line to the preserved stack output."
...
* commit '6e21ec3fc9df759c1dd61408247847547f3501da':
Add the "Abort message:" line to the preserved stack output.
2014-06-18 00:40:32 +00:00
Elliott Hughes
d2471c871f
Add the "Abort message:" line to the preserved stack output.
...
When QA paste a stack in to the decoder, we don't want to lose the
abort message.
Bug: 15701333
Change-Id: I538aab6b5cb6c20534b1b7027aec32bd78ee060c
2014-06-17 16:55:10 -07:00
Elliott Hughes
bb8886eb20
am c1168dc4: am 04a53e2f: Merge "Use ANDROID_TOOLCHAIN and ANDROID_TOOLCHAIN_2ND_ARCH in \'stack\'."
...
* commit 'c1168dc4c3ce69f11f0cefe44cfec737ab254cec':
Use ANDROID_TOOLCHAIN and ANDROID_TOOLCHAIN_2ND_ARCH in 'stack'.
2014-06-16 17:53:52 +00:00
Elliott Hughes
0836593b85
Use ANDROID_TOOLCHAIN and ANDROID_TOOLCHAIN_2ND_ARCH in 'stack'.
...
This fixes the bug where we can't (currently) find the toolchain
for arm because it's at a different GCC version (4.8) from arm64 (4.9).
Change-Id: I22351af55298255f3ac4adfcae7e20080712fba4
2014-06-16 10:40:22 -07:00
Elliott Hughes
3f5337f9e6
am 1b0d9bf1: am 8b1c1b30: Merge "Updating stack_core.py to recognize new ABI output from debuggerd."
...
* commit '1b0d9bf1333e8c2e77d4c3b5ab45aa35f3fccf17':
Updating stack_core.py to recognize new ABI output from debuggerd.
2014-06-14 00:53:06 +00:00
Brigid Smith
45a46c6138
Updating stack_core.py to recognize new ABI output from debuggerd.
...
Change-Id: Ib9736a0509edb97be15f5e89dbc3a5188e744416
2014-06-13 17:43:38 -07:00
smain@google.com
2274fcaa08
am f60cdb2e: add redirects for new sdk workflow organization as per: If8a8855bdb8e8ec9b0eefedd35ae24ea60497741
...
* commit 'f60cdb2e50c3cfbee3d9d3cef2dd67aa72d150b5':
add redirects for new sdk workflow organization as per: If8a8855bdb8e8ec9b0eefedd35ae24ea60497741
2014-06-12 19:04:37 +00:00
smain@google.com
f60cdb2e50
add redirects for new sdk workflow organization
...
as per: If8a8855bdb8e8ec9b0eefedd35ae24ea60497741
Change-Id: Id47ba34ab99cdc6aa494e9b54f69066670f9e570
2014-06-11 20:34:09 -07:00
Joe Fernandez
2f5c985113
Removing old, duplicate developer.android.com server configuration
...
- Added MOVED-README.txt to redirect future updaters
Change-Id: I42d557559690804015ac7721beb75a0279ae9756
2014-05-20 16:01:18 -07:00
Bill Yi
23f68632c7
Merge commit 'd297be2136209cab4edbcf8879520f65fb564103' into HEAD
2014-04-29 11:33:09 -07:00
Narayan Kamath
39d51c9a8c
am eb96f654: am bc6a6036: Merge "Fix the stack/ tool for 64 bit archs."
...
* commit 'eb96f6540c7f066e9e7e0e81f6ff323cf3c67c8d':
Fix the stack/ tool for 64 bit archs.
2014-04-22 13:44:30 +00:00
Narayan Kamath
9649700787
Fix the stack/ tool for 64 bit archs.
...
pc values might now be 16 bytes wide. Also add support
for the arm64 architecture switch.
Change-Id: Ia2e0282f3bee03ef6092de285b0c32fa6da07cb0
2014-04-14 11:07:37 +01:00
Joe Fernandez
42d0b0df19
Adding production app.yaml to source control
...
Background: There does not appear to be a production version of
the app.yaml file for the developer.android.com site checked in
anywhere, which strikes me as a bit dangerous; We should be able
to replicate the DAC site entirely from source control.
Change-Id: I119c6052b94fe89e973ebb7e3902a9c0566f83ca
2014-03-04 11:53:21 -08:00
Scott Main
01d72b37a8
redirect old google intents page to new common intents page
...
Change-Id: Iac645c2f3094fa8d362ac6a2bacdbafdd1e36b08
2014-02-04 19:16:24 +00:00
Scott Main
2e3e1da7ac
add redirect for removed samples page
...
Change-Id: I918d2c501ae9be881d578cda03218db6317cbcb6
2014-02-04 10:46:52 -08:00
Scott Main
8a37395f3a
remove redirect for guide/index.html now that we actually have such a page
...
Change-Id: I9511ecb7f3af1d1884c1d3952224c45bd4546837
2013-12-19 15:06:35 -08:00
Scott Main
f84f063448
redirect web overview page to index.html
...
Change-Id: I2ea6709ab8754ff055c16a1c93314350343bc441
2013-11-01 11:35:13 -07:00
Dirk Dougherty
9f82a4c2a4
Add kk to redirects file.
...
Change-Id: Ieeeaaf411fee5136fd4672ff99f5b6a132d0c794
2013-10-29 22:35:11 -07:00
Dirk Dougherty
392ca8fcd4
am 14dc0e7f: am 2548ceb9: am 8c423d72: Merge "Raise the default max-age for client side caching to 43200 (12hrs)." into jb-mr2-docs
...
* commit '14dc0e7f785fc169195ed304687925e22bb706b7':
Raise the default max-age for client side caching to 43200 (12hrs).
2013-09-30 18:48:09 -07:00
Dirk Dougherty
8c423d7278
Merge "Raise the default max-age for client side caching to 43200 (12hrs)." into jb-mr2-docs
2013-10-01 01:39:59 +00:00
Dirk Dougherty
cb2e8d0fe8
Raise the default max-age for client side caching to 43200 (12hrs).
...
Change-Id: I163bf926994928ceafa66b853ed5c2e9731c7f93
2013-09-30 17:26:59 -07:00
Scott Main
53b8075b98
am 4e2a591c: am 55462d1b: am 21fc0e7d: redirect old bad class about old bad auth APIs to doc on GoogleAuthUtil
...
* commit '4e2a591cd87b4678ecf74330e2f207692e89c8b9':
redirect old bad class about old bad auth APIs to doc on GoogleAuthUtil
2013-09-27 16:04:17 -07:00
Scott Main
21fc0e7da9
redirect old bad class about old bad auth APIs to doc on GoogleAuthUtil
...
Change-Id: Icbebe71806f4083a25548180a15c7412867cfa11
2013-09-27 15:27:36 -07:00
Scott Main
16616daef7
am d0ed98de: am e2e6cd77: am 57391f4a: redirect obsolete/orphaned "tab layout" doc to training lesson about tabs
...
* commit 'd0ed98debf580b6c1fde98ba7272b0d3bbd078f0':
redirect obsolete/orphaned "tab layout" doc to training lesson about tabs
2013-07-31 11:11:40 -07:00
Scott Main
050120f695
am 1362a7e1: am f525e1a6: am ccdaba95: add redirect for support library setup
...
* commit '1362a7e1fe15341df55a70d3d2de97dc84bfbaa7':
add redirect for support library setup
2013-07-31 11:11:39 -07:00
Scott Main
57391f4a7c
redirect obsolete/orphaned "tab layout" doc to training lesson about tabs
...
Change-Id: Ie8c198c53a19b92566a4a5828b33413475a0c3c2
2013-07-31 10:51:20 -07:00
Scott Main
ccdaba9511
add redirect for support library setup
...
Change-Id: Ie847a81de6aed6f3448d6a32f223df110886d55a
2013-07-30 17:59:43 -07:00
Joe Fernandez
0c41d0318a
am 7ac04c72: am f8a92396: Merge "docs: Redirect Support Library page to new location" into jb-mr2-dev
...
* commit '7ac04c72145b487a84a098cec7163f0739303769':
docs: Redirect Support Library page to new location
2013-07-24 16:27:47 -07:00
Joe Fernandez
0178565349
docs: Redirect Support Library page to new location
...
Change-Id: I49b3a7ed9e7c9499ca76e3d50ca02454ac5846cb
2013-07-23 21:52:49 -07:00
Dirk Dougherty
b909ea3141
am b4cddf93: am c821270d: am 80f50242: am d06f4e32: am 6ac22572: Update appengine server to handle \'@\'.
...
* commit 'b4cddf93e355b15db33dc6bf7d36ffbe3541cb1d':
Update appengine server to handle '@'.
2013-07-19 16:02:13 -07:00
Dirk Dougherty
c821270d71
am 80f50242: am d06f4e32: am 6ac22572: Update appengine server to handle \'@\'.
...
* commit '80f50242895afb4b43b231af5e78fcc8c5004206':
Update appengine server to handle '@'.
2013-07-17 10:24:47 -07:00
Dirk Dougherty
6ac22572e5
Update appengine server to handle '@'.
...
Change-Id: Ic06686f94d8cff822808e30034b102e859833454
2013-07-17 10:08:27 -07:00
Dirk Dougherty
b8e741f103
am 315a23dd: am 711343d4: am f3136431: am 6dcbcb7a: am 90b9ab16: Merge commit \'b1637825\' into manualmerge
...
* commit '315a23dd1a0b40b38799c4ef052a5970781d39f2':
Adjust the redirects for edu and a couple others.
2013-06-26 11:54:58 -07:00
Dirk Dougherty
711343d467
am f3136431: am 6dcbcb7a: am 90b9ab16: Merge commit \'b1637825\' into manualmerge
...
* commit 'f3136431df3319c415fde335f172f55f0d74494f':
Adjust the redirects for edu and a couple others.
2013-06-26 11:07:45 -07:00