Closed
Bug 860986
Opened 12 years ago
Closed 12 years ago
SUTAgent - add abi to registration url
Categories
(Testing Graveyard :: SUTAgent, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bc, Assigned: bc)
References
Details
Attachments
(1 file)
|
4.00 KB,
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
/system/build.prop contains: ro.product.cpu.abi
We can use this to determine the architecture of the device running SUTAgent by getting the property and adding abi=value to the registration string reported to the testserver.
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #736659 -
Flags: review?(jmaher)
Comment 2•12 years ago
|
||
Comment on attachment 736659 [details] [diff] [review]
patch
Review of attachment 736659 [details] [diff] [review]:
-----------------------------------------------------------------
Are there restrictions on android versions? I would like to ensure this works on 2.2->4.2+. The code itself looks good!
Attachment #736659 -
Flags: review?(jmaher) → review+
| Assignee | ||
Comment 3•12 years ago
|
||
http://developer.android.com/reference/android/os/Build.html#CPU_ABI
added in api level 4. Android 1.6
| Assignee | ||
Comment 4•12 years ago
|
||
Assignee: nobody → bclary
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•