OLD | NEW |
(Empty) | |
| 1 // Copyright 2015 The Crashpad Authors. All rights reserved. |
| 2 // |
| 3 // Licensed under the Apache License, Version 2.0 (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 |
| 6 // |
| 7 // http://www.apache.org/licenses/LICENSE-2.0 |
| 8 // |
| 9 // Unless required by applicable law or agreed to in writing, software |
| 10 // distributed under the License is distributed on an "AS IS" BASIS, |
| 11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 // See the License for the specific language governing permissions and |
| 13 // limitations under the License. |
| 14 |
| 15 :doctype: article |
| 16 |
| 17 = Project Status |
| 18 |
| 19 == Completed |
| 20 |
| 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. |
| 23 Crashpad has become the crash reporter client for |
| 24 https://dev.chromium.org/Home[Chromium] on Mac OS X as of |
| 25 https://chromium.googlesource.com/chromium/src/+/d413b2dcb54d523811d386f1ff4084f
677a6d089[March |
| 26 2015]. |
| 27 |
| 28 == In Progress |
| 29 |
| 30 Crashpad is actively being bootstrapped on |
| 31 https://code.google.com/p/crashpad/issues/detail?id=1[Windows]. With the |
| 32 exception of the snapshot library, most major components are now working on |
| 33 Windows, and work is progressing on the Windows snapshot implementation. |
| 34 |
| 35 == Future |
| 36 |
| 37 There are plans to bring Crashpad clients to other operating systems in the |
| 38 future, including |
| 39 https://code.google.com/p/crashpad/issues/detail?id=30[Android] and, more |
| 40 generically, Linux. There are also plans to implement a |
| 41 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. |
OLD | NEW |