Blame SOURCES/0014-Add-an-abstract-to-README.patch

b35d98
From aae392dd807e84b8742c42cd40090a0e25c6b7d3 Mon Sep 17 00:00:00 2001
b35d98
From: Jakub Filak <jfilak@redhat.com>
b35d98
Date: Mon, 2 Dec 2013 16:49:30 +0100
b35d98
Subject: [PATCH 14/39] Add an abstract to README
b35d98
b35d98
Related to rhbz#1055581
b35d98
---
b35d98
 README | 11 +++++++++++
b35d98
 1 file changed, 11 insertions(+)
b35d98
b35d98
diff --git a/README b/README
b35d98
index f9545bd..bf0f8f3 100644
b35d98
--- a/README
b35d98
+++ b/README
b35d98
@@ -1,6 +1,17 @@
b35d98
 README
b35d98
 ------
b35d98
 
b35d98
+ABRT Java Connector is a JVM agent which reports a Java exceptions to ABRT. The
b35d98
+agent can report both caught and uncaught exceptions but by default it reports
b35d98
+only uncaught exceptions. In order to be able to report even uncaught
b35d98
+exceptions, the agent must register several JVMTI event callbacks and the
b35d98
+processing inside of those callbacks have not-insignificant impact on the
b35d98
+performance of an entire application.
b35d98
+
b35d98
+
b35d98
+Usage
b35d98
+-----
b35d98
+
b35d98
 It needs to be compiled as a shared native library (.so) and then loaded into
b35d98
 JVM using -agentlib command line parameter.
b35d98
 
b35d98
-- 
b35d98
1.8.3.1
b35d98