OLD | NEW |
1 // Copyright 2015 The Crashpad Authors. All rights reserved. | 1 // Copyright 2015 The Crashpad Authors. All rights reserved. |
2 // | 2 // |
3 // Licensed under the Apache License, Version 2.0 (the "License"); | 3 // Licensed under the Apache License, Version 2.0 (the "License"); |
4 // you may not use this file except in compliance with the License. | 4 // you may not use this file except in compliance with the License. |
5 // You may obtain a copy of the License at | 5 // You may obtain a copy of the License at |
6 // | 6 // |
7 // http://www.apache.org/licenses/LICENSE-2.0 | 7 // http://www.apache.org/licenses/LICENSE-2.0 |
8 // | 8 // |
9 // Unless required by applicable law or agreed to in writing, software | 9 // Unless required by applicable law or agreed to in writing, software |
10 // distributed under the License is distributed on an "AS IS" BASIS, | 10 // distributed under the License is distributed on an "AS IS" BASIS, |
(...skipping 10 matching lines...) Expand all Loading... |
21 Crashpad currently consists of a crash-reporting client and some related tools | 21 Crashpad currently consists of a crash-reporting client and some related tools |
22 for Mac OS X. The core client work for Mac OS X is substantially complete. | 22 for Mac OS X. The core client work for Mac OS X is substantially complete. |
23 Crashpad has become the crash reporter client for | 23 Crashpad has become the crash reporter client for |
24 https://dev.chromium.org/Home[Chromium] on Mac OS X as of | 24 https://dev.chromium.org/Home[Chromium] on Mac OS X as of |
25 https://chromium.googlesource.com/chromium/src/+/d413b2dcb54d523811d386f1ff4084f
677a6d089[March | 25 https://chromium.googlesource.com/chromium/src/+/d413b2dcb54d523811d386f1ff4084f
677a6d089[March |
26 2015]. | 26 2015]. |
27 | 27 |
28 == In Progress | 28 == In Progress |
29 | 29 |
30 Crashpad is actively being bootstrapped on | 30 Crashpad is actively being bootstrapped on |
31 https://code.google.com/p/crashpad/issues/detail?id=1[Windows]. With the | 31 https://code.google.com/p/crashpad/issues/detail?id=1[Windows]. All major |
32 exception of the snapshot library, most major components are now working on | 32 components are now working on Windows, and integration into Chromium is expected |
33 Windows, and work is progressing on the Windows snapshot implementation. | 33 shortly. |
| 34 |
| 35 Initial work on a Crashpad client for |
| 36 https://code.google.com/p/crashpad/issues/detail?id=30[Android] has begun. This |
| 37 is currently in the design phase. |
34 | 38 |
35 == Future | 39 == Future |
36 | 40 |
37 There are plans to bring Crashpad clients to other operating systems in the | 41 There are plans to bring Crashpad clients to other operating systems in the |
38 future, including | 42 future, including a more generic non-Android Linux implementation. There are |
39 https://code.google.com/p/crashpad/issues/detail?id=30[Android] and, more | 43 also plans to implement a |
40 generically, Linux. There are also plans to implement a | |
41 https://code.google.com/p/crashpad/issues/detail?id=29[crash report processor] | 44 https://code.google.com/p/crashpad/issues/detail?id=29[crash report processor] |
42 as part of Crashpad. No timeline for completing this work has been set yet. | 45 as part of Crashpad. No timeline for completing this work has been set yet. |
OLD | NEW |