1<!--
2Copyright 2015 The Crashpad Authors. All rights reserved.
3
4Licensed under the Apache License, Version 2.0 (the "License");
5you may not use this file except in compliance with the License.
6You may obtain a copy of the License at
7
8    http://www.apache.org/licenses/LICENSE-2.0
9
10Unless required by applicable law or agreed to in writing, software
11distributed under the License is distributed on an "AS IS" BASIS,
12WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13See the License for the specific language governing permissions and
14limitations under the License.
15-->
16
17# Project Status
18
19## Completed
20
21Crashpad currently consists of a crash-reporting client and some related tools
22for macOS and Windows. The core client work for both platforms is substantially
23complete. Crashpad became the crash reporter client for
24[Chromium](https://www.chromium.org/Home) on macOS as of [March
252015](https://chromium.googlesource.com/chromium/src/\+/d413b2dcb54d523811d386f1ff4084f677a6d089),
26and on Windows as of [November
272015](https://chromium.googlesource.com/chromium/src/\+/cfa5b01bb1d06bf96967bd37e21a44752801948c).
28
29## In Progress
30
31Initial work on a Crashpad client for
32[Android](https://crashpad.chromium.org/bug/30) has begun. This is currently in
33the early implementation phase.
34
35## Future
36
37There are plans to bring Crashpad clients to other operating systems in the
38future, including a more generic non-Android Linux implementation. There are
39also plans to implement a [crash report
40processor](https://crashpad.chromium.org/bug/29) as part of Crashpad. No
41timeline for completing this work has been set yet.
42