Closed
Bug 697145
Opened 13 years ago
Closed 13 years ago
[skiplist] Add "mozilla::AndroidBridge::AutoLocalJNIFrame::~AutoLocalJNIFrame" to prefixSignatureRegEx
Categories
(Socorro :: Infra, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nhirata, Assigned: laura)
References
Details
(Whiteboard: [qa-])
Please add "mozilla::AndroidBridge::AutoLocalJNIFrame::~AutoLocalJNIFrame" to the skiplist as a prefix
Example from Socorro:
https://crash-stats.mozilla.com/report/index/9f7a3045-7b8b-4d39-b74b-9538a2111022
(I am unsure if we add this signature if we will hit the 255 characters max)
Comment 1•13 years ago
|
||
In our IRC discussion, you suggested that you wanted the signature for the aforementioned crash to be "nsWindow::OnDraw". If that is still what you want, then the request that you've made is not correct. The single change that you've specified will not result in any change to the signature of that crash at all.
If you really want "nsWindow::OnDraw" as the signature, you must have "dvmAbort", "JNI_CreateJavaVM", and "mozilla::AndroidBridge::AutoLocalJNIFrame::~AutoLocalJNIFrame" added to the "irreleventSignatureReEx" skiplist trigger.
Updated•13 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
Assignee | ||
Updated•13 years ago
|
Component: General → Infra
![]() |
||
Comment 2•13 years ago
|
||
Actually, those others have been added to the prefix list, so let's go ahead and do that here as well. Laura, given that, this sounds actionable.
Summary: Please add "mozilla::AndroidBridge::AutoLocalJNIFrame::~AutoLocalJNIFrame" to the prefix → [skiplist] Add "mozilla::AndroidBridge::AutoLocalJNIFrame::~AutoLocalJNIFrame" to prefixSignatureRegEx
Assignee | ||
Comment 3•13 years ago
|
||
Assignee: nobody → laura
Target Milestone: --- → 3
Comment 4•13 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/d923ec9be47a15c80542aa4e7e2a4e6e6fe70d36
Fixes bug 697145, add
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Whiteboard: [qa-]
Comment 5•13 years ago
|
||
Commit pushed to stage at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/b910cec74a7aa39bb226b408a412ed1114cef3cb
Fixes bug 697145, add
mozilla::AndroidBridge::AutoLocalJNIFrame::~AutoLocalJNIFrame
to the prefix list
Comment 6•13 years ago
|
||
Comment 7•13 years ago
|
||
Commit pushed to v3-branch at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/b910cec74a7aa39bb226b408a412ed1114cef3cb
Fixes bug 697145, add
You need to log in
before you can comment on or make changes to this bug.
Description
•